Removed bad hacks in vcan.c and slcan_attach.c.

Giving some hints for users of older kernels than 2.6.25 that a 
compilation error is a normal behaviour in these cases.
This commit is contained in:
Oliver Hartkopp
2008-06-11 16:35:19 +00:00
parent 9cb4775283
commit 4c7d5e434f
3 changed files with 13 additions and 13 deletions
+3 -1
View File
@@ -40,13 +40,15 @@
#
# Send feedback to <socketcan-users@lists.berlios.de>
MAKEFLAGS = -k
CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
-fno-strict-aliasing \
-DPF_CAN=29 \
-DAF_CAN=PF_CAN
PROGRAMS = candump cansniffer cansend canplayer canlogserver cangen\
canbusload log2long log2asc asc2log slcan_attach vcan
canbusload log2long log2asc asc2log vcan slcan_attach
all: $(PROGRAMS)