Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/linuxc26/Makefile/makefile
1,23 → 1,24
# The LINUXCOMP 2.6 directory
targets:= libcomp26.a
 
ifndef BASE
BASE=../..
endif
libcomp26.a-objs:= \
bus.o \
linuxcomp.o \
core.o \
driver.o \
vsprintf.o \
interface.o \
kobject.o \
shark_linuxc26.o \
shark_glue.o \
class.o \
videodev.o \
linux_kthread.o \
waitqueue.o \
int.o \
timer.o \
cmdline.o \
video-buf.o \
shark_videodev.o
 
include $(BASE)/config/config.mk
cppflags+= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
 
LIBRARY = comp26
 
OBJS_PATH = $(BASE)/drivers/linuxc26
 
OBJS = bus.o linuxcomp.o core.o driver.o vsprintf.o interface.o kobject.o\
shark_linuxc26.o shark_glue.o class.o videodev.o linux_kthread.o waitqueue.o\
int.o timer.o cmdline.o video-buf.o shark_videodev.o
 
C_OPT += -I../linuxc26/include
 
C_OPT += -D__KERNEL__
 
include $(BASE)/config/lib.mk