Rev 432 | Go to most recent revision | 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 | |||
437 | giacomo | 13 | OBJS = linuxcomp.o kobject.o |
432 | giacomo | 14 | |
15 | C_OPT += -I../linuxc26/include |
||
16 | |||
17 | C_OPT += -D__KERNEL__ |
||
18 | |||
19 | include $(BASE)/config/lib.mk |
||
20 | |||
21 |