]> 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 5f32ef4824e5e383d18745075c75aba78b3dfdf3..91dfc043c47441cfe2c76f710157c18a493f0dcf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,13 +46,14 @@ MAKEFLAGS = -k
 
 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 bcmserver\
           isotpdump isotprecv isotpsend isotpsniffer isotptun\
-          slcan_attach slcand slcanpty
+          slcan_attach slcand slcanpty canfdtest
 
 all: $(PROGRAMS)