]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/Makefile.omk
Ensure, that chip wakeup_tx function is not called for not fully setup CAN channel.
[lincan.git] / lincan / src / Makefile.omk
index b4249797eb2897cf273f1449ae1398768674a995..38a2ba238c8cebb39b5067b2c593c8d93f874fd0 100644 (file)
@@ -39,7 +39,7 @@ endif
 
 ifneq ($(filter hms30c7202_can ns_dev_can,$(lincan_cards_SELECTED)),)
 $(warning Not finished C_CAN support requested)
-lincan_cards_SOURCES += c_can.c c_can_irq.c 
+lincan_cards_SOURCES += c_can.c c_can_irq.c
 endif
 
 ifneq ($(CONFIG_OC_LINCANRTL),y)
@@ -61,5 +61,5 @@ lincan_SOURCES = can_queue.c can_quekern.c main.c modparms.c \
                open.c close.c read.c write.c ioctl.c select.c fasync.c \
                proc.c ioctl_query.c ioctl_remote.c \
                $(lincan_cards_SOURCES) $(lincan_rtl_SOURCES)
-               
+
 endif #CONFIG_OC_LINCAN