Rev 603 | 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\ |
847 | giacomo | 14 | shark_linuxc26.o shark_glue.o class.o videodev.o linux_kthread.o waitqueue.o\ |
603 | giacomo | 15 | int.o timer.o cmdline.o video-buf.o shark_videodev.o |
432 | giacomo | 16 | |
17 | C_OPT += -I../linuxc26/include |
||
18 | |||
19 | C_OPT += -D__KERNEL__ |
||
20 | |||
21 | include $(BASE)/config/lib.mk |
||
22 | |||
23 |