mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Fixed Makefiles to compile test-apps and can-utils again.
Added new commandline parameter (linediscipline value) to slcan_attach.
This commit is contained in:
@@ -41,7 +41,9 @@
|
||||
# Send feedback to <socketcan-users@lists.berlios.de>
|
||||
|
||||
CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
|
||||
-fno-strict-aliasing
|
||||
-fno-strict-aliasing \
|
||||
-DPF_CAN=29 \
|
||||
-DAF_CAN=PF_CAN
|
||||
|
||||
PROGRAMS = candump cansniffer cansend canplayer cangen\
|
||||
log2long log2asc asc2log slcan_attach
|
||||
|
||||
Reference in New Issue
Block a user