]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - Makefile
candump: Enable HW timestamping before using it
[can-utils.git] / Makefile
index 7f5c12967dd48a6d54dd5270b8fad9ccecd8ced8..ee94340f0c3a70128337e72da887c58d48cf3034 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,11 +47,12 @@ CFLAGS    = -O2 -Wall -Wno-parentheses \
            -fno-strict-aliasing
 
 CPPFLAGS += -Iinclude \
+           -D_FILE_OFFSET_BITS=64 \
            -DSO_RXQ_OVFL=40 \
            -DPF_CAN=29 \
            -DAF_CAN=PF_CAN
 
-PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun isotpserver
+PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun isotpserver isotpperf
 PROGRAMS_CANGW = cangw
 PROGRAMS_SLCAN = slcan_attach slcand
 PROGRAMS = can-calc-bit-timing candump cansniffer cansend canplayer cangen canbusload\