]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - Makefile
can-utils: canfdtest, a full duplex test to find out-of-order messages
[sojka/can-utils.git] / Makefile
index 520552d07427fbb0a1aa719e164e6bed80217df2..5db72c8890e066f1304788260deb4d43cbdfa9be 100644 (file)
--- a/Makefile
+++ b/Makefile
 #
 #  Send feedback to <socketcan-users@lists.berlios.de>
 
-CFLAGS    = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
+KERNELDIR = ../kernel/2.6
+
+MAKEFLAGS = -k
+
+CFLAGS    = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/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 bcmserver\
+          isotpdump isotprecv isotpsend isotpsniffer isotptun\
+          slcan_attach slcand slcanpty canfdtest
 
 all: $(PROGRAMS)