mirror of https://github.com/dynup/kpatch
append to CFLAGS instead of overwrite
Honor user set CFLAGS Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
parent
e1936f1e0f
commit
8656355291
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue