mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 14:29:55 +02:00
Makefile: move cpp related flags from CFLAGS to CPPFLAGS
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -43,8 +43,10 @@ PREFIX ?= /usr/local
|
|||||||
|
|
||||||
MAKEFLAGS = -k
|
MAKEFLAGS = -k
|
||||||
|
|
||||||
CFLAGS = -O2 -Wall -Wno-parentheses -Iinclude \
|
CFLAGS = -O2 -Wall -Wno-parentheses \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing
|
||||||
|
|
||||||
|
CPPFLAGS += -Iinclude \
|
||||||
-DSO_RXQ_OVFL=40 \
|
-DSO_RXQ_OVFL=40 \
|
||||||
-DPF_CAN=29 \
|
-DPF_CAN=29 \
|
||||||
-DAF_CAN=PF_CAN
|
-DAF_CAN=PF_CAN
|
||||||
|
|||||||
Reference in New Issue
Block a user