Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | # The LINUXCOMP directory |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
6 | include $(BASE)/config/config.mk |
||
7 | |||
8 | LIBRARY = comp |
||
9 | |||
10 | OBJS_PATH = $(BASE)/drivers/linuxcom |
||
11 | |||
12 | OBJS = skbuff.o \ |
||
13 | timer.o \ |
||
14 | misc.o \ |
||
15 | auto_irq.o \ |
||
16 | int.o \ |
||
17 | net_init.o |
||
18 | |||
19 | C_OPT += -I../linuxcom/include |
||
20 | |||
21 | |||
22 | include $(BASE)/config/lib.mk |
||
23 | |||
24 | |||
25 | |||
26 | |||
27 |