mirror of https://github.com/dynup/kpatch
kpatch-build: allow external LDFLAGS
When building binaries such as create-diff-object it would be useful to be able to pass LDFLAGS when running make from the command line.
This commit is contained in:
parent
b8c224c6c0
commit
053622b902
|
@ -1,7 +1,7 @@
|
|||
include ../Makefile.inc
|
||||
|
||||
CFLAGS += -I../kmod/patch -Iinsn -Wall -g -Werror
|
||||
LDFLAGS = -lelf
|
||||
LDFLAGS += -lelf
|
||||
|
||||
TARGETS = create-diff-object
|
||||
OBJS = create-diff-object.o lookup.o insn/insn.o insn/inat.o
|
||||
|
|
Loading…
Reference in New Issue