]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/src/Makefile.omk
37efccab36694275840cb6da53fa37a71118fc29
[lincan.git] / lincan / src / Makefile.omk
1 rtlinux_INCLUDES = -I $(srcdir)/../include -DCAN_WITH_RTL
2 kernel_INCLUDES = -I $(srcdir)/../include
3 kernel_INCLUDES += -DCAN_DEBUG
4 kernel_INCLUDES += -DWITH_DEVFS_FS
5
6 kernel_MODULES = lincan
7
8 #rtlinux_MODULES = lincan
9
10 lincan_cards_SOURCES = pip.c pccan.c smartcan.c nsi.c cc_can104.c \
11                 pc_i03.c pcm3680.c aim104.c m437.c pcccan.c ssv.c \
12                 bfadcan.c pikronisa.c virtual.c template.c
13                 
14 lincan_rtl_SOURCES = open_rtl.c close_rtl.c read_rtl.c write_rtl.c ioctl_rtl.c
15
16 lincan_SOURCES = can_queue.c can_quekern.c can_quertl.c main.c modparms.c \
17                 devcommon.c can_devrtl.c setup.c finish.c irq.c boardlist.c \
18                 sja1000p.c sja1000.c i82527.c  \
19                 open.c close.c read.c write.c ioctl.c select.c fasync.c \
20                 proc.c $(lincan_cards_SOURCES) $(lincan_rtl_SOURCES)
21