]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - Makefile
Added '-d' option to support the receive packet drop counting introduced in
[sojka/can-utils.git] / Makefile
index 65bd3d78c5a468ff6099177eb57e3dff0e461f81..91dfc043c47441cfe2c76f710157c18a493f0dcf 100644 (file)
--- a/Makefile
+++ b/Makefile
 #
 #  Send feedback to <socketcan-users@lists.berlios.de>
 
+KERNELDIR = ../kernel/2.6
+
 MAKEFLAGS = -k
 
-CFLAGS    = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
+CFLAGS    = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \
            -fno-strict-aliasing \
+           -DSO_RXQ_OVFL=40 \
            -DPF_CAN=29 \
            -DAF_CAN=PF_CAN
 
 PROGRAMS = candump cansniffer cansend canplayer canlogserver cangen\
-          canbusload log2long log2asc asc2log\
+          canbusload log2long log2asc asc2log bcmserver\
           isotpdump isotprecv isotpsend isotpsniffer isotptun\
-          slcan_attach slcand slcanpty
+          slcan_attach slcand slcanpty canfdtest
 
 all: $(PROGRAMS)