From 733192a3d0cf54e6b38553ce22e512a7dad6c65c Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 26 Feb 2014 19:16:10 +0100 Subject: [PATCH 1/1] Makefile: move cpp related flags from CFLAGS to CPPFLAGS Signed-off-by: Marc Kleine-Budde --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab99746..7f5c129 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.39.2