mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user