From c038af789232458942020dd64f0c09a1bb4d78b9 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 1 Nov 2016 06:59:51 +0200 Subject: [PATCH] Makefile: Use CPPFLAGS * Include the value of CPPFLAGS in CFLAGS Change-Id: Id8e6f3a231bf7581f3f37576b9ee6849ed59540a --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4f5316c..077b8bf 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ STATIC_OBJS= \ DYNAMIC_OBJS= \ $(STATIC_OBJS) CFLAGS ?= -g +CFLAGS += $(CPPFLAGS) CFLAGS += -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes CFLAGS += -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS) INSTALL_PREFIX=$(DESTDIR)