Makefile: move cpp related flags from CFLAGS to CPPFLAGS

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/1/head
Marc Kleine-Budde 2014-02-26 19:16:10 +01:00
parent 110af11db1
commit 733192a3d0
1 changed files with 4 additions and 2 deletions

View File

@ -43,8 +43,10 @@ PREFIX ?= /usr/local
MAKEFLAGS = -k
CFLAGS = -O2 -Wall -Wno-parentheses -Iinclude \
-fno-strict-aliasing \
CFLAGS = -O2 -Wall -Wno-parentheses \
-fno-strict-aliasing
CPPFLAGS += -Iinclude \
-DSO_RXQ_OVFL=40 \
-DPF_CAN=29 \
-DAF_CAN=PF_CAN