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:
Chris J Arges 2016-01-11 14:21:38 -06:00
parent b8c224c6c0
commit 053622b902
1 changed files with 1 additions and 1 deletions

View File

@ -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