]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
Corrected typo in Kconfig (OC_LINCAN_CARD_bfad -> OC_LINCAN_CARD_bfadcan) ocera-1_0_0-release
authorppisa <ppisa>
Thu, 18 Mar 2004 02:26:42 +0000 (02:26 +0000)
committerppisa <ppisa>
Thu, 18 Mar 2004 02:26:42 +0000 (02:26 +0000)
and leaved out LinCAN sources "can_quertl.c" and "can_devrtl.c"
from standard Linux compilation mode without RT-Linux support.

lincan/src/Makefile.omk

index 2ed2632edde210ac9a785405a8dc268a28e12de3..c7548b2a332cfc241c673219c4a74d51cec68788 100644 (file)
@@ -31,11 +31,12 @@ else #CONFIG_OC_LINCANRTL
 rtlinux_MODULES = lincan
 
 rtlinux_INCLUDES +=  -DCAN_WITH_RTL
-lincan_rtl_SOURCES = open_rtl.c close_rtl.c read_rtl.c write_rtl.c ioctl_rtl.c
+lincan_rtl_SOURCES = open_rtl.c close_rtl.c read_rtl.c write_rtl.c ioctl_rtl.c \
+               can_quertl.c can_devrtl.c
 endif #CONFIG_OC_LINCANRTL
 
-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 \
+lincan_SOURCES = can_queue.c can_quekern.c main.c modparms.c \
+               devcommon.c setup.c finish.c irq.c boardlist.c \
                sja1000p.c sja1000.c i82527.c  \
                open.c close.c read.c write.c ioctl.c select.c fasync.c \
                proc.c ioctl_query.c $(lincan_cards_SOURCES) $(lincan_rtl_SOURCES)