From 86563552917e2c4d2082f09060e39dc7f243fcf2 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Mon, 17 Feb 2014 11:45:48 -0600 Subject: [PATCH] append to CFLAGS instead of overwrite Honor user set CFLAGS Signed-off-by: Seth Jennings --- kpatch-build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpatch-build/Makefile b/kpatch-build/Makefile index 8235e53..7a63cb4 100644 --- a/kpatch-build/Makefile +++ b/kpatch-build/Makefile @@ -1,6 +1,6 @@ include ../Makefile.inc -CFLAGS = -I../kmod/core +CFLAGS += -I../kmod/core LDFLAGS = -lelf TARGETS = create-diff-object add-patches-section link-vmlinux-syms