Subversion Repositories shark

Rev

Rev 459 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
432 giacomo 1
# The LINUXCOMP 2.6 directory
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
 
7
include $(BASE)/config/config.mk
8
 
9
LIBRARY       = comp26
10
 
11
OBJS_PATH     = $(BASE)/drivers/linuxc26
12
 
459 giacomo 13
OBJS  = bus.o linuxcomp.o core.o driver.o vsprintf.o interface.o kobject.o\
462 giacomo 14
	shark_linuxc26.o class.o
432 giacomo 15
 
16
C_OPT += -I../linuxc26/include
17
 
18
C_OPT += -D__KERNEL__
19
 
20
include $(BASE)/config/lib.mk
21
 
22