]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/Makefile.omk
Added full RT-Linux POSIX interface to LinCAN driver, needs preparation of RT tests.
[lincan.git] / lincan / src / Makefile.omk
index bbdcba749462fb4a6a9a3aeb360234ee2c04e8e8..37efccab36694275840cb6da53fa37a71118fc29 100644 (file)
@@ -10,10 +10,12 @@ kernel_MODULES = lincan
 lincan_cards_SOURCES = pip.c pccan.c smartcan.c nsi.c cc_can104.c \
                pc_i03.c pcm3680.c aim104.c m437.c pcccan.c ssv.c \
                bfadcan.c pikronisa.c virtual.c template.c
+               
+lincan_rtl_SOURCES = open_rtl.c close_rtl.c read_rtl.c write_rtl.c ioctl_rtl.c
 
 lincan_SOURCES = can_queue.c can_quekern.c can_quertl.c main.c modparms.c \
                devcommon.c can_devrtl.c setup.c finish.c irq.c boardlist.c \
                sja1000p.c sja1000.c i82527.c  \
-               open.c proc.c close.c write.c read.c \
-               ioctl.c select.c fasync.c proc.c $(lincan_cards_SOURCES)
+               open.c close.c read.c write.c ioctl.c select.c fasync.c \
+               proc.c $(lincan_cards_SOURCES) $(lincan_rtl_SOURCES)