summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-03-19 17:29:07 +1100
committerSimon Horman <horms@verge.net.au>2008-03-24 17:48:08 +0900
commit6bb84c7169d5f621726a34a1def82b440937fb21 (patch)
tree45465d845603b2e190876e92b8e020f098507424 /util
parent7e6a90376d0c48753808befaa21b7851a7dcf274 (diff)
downloadkexec-tools-6bb84c7169d5f621726a34a1def82b440937fb21.tar.gz
Use separate LDFLAGS for bin-to-hex
We don't need the general -L and -l flags for the bin-to-hex util. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'util')
-rw-r--r--util/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile b/util/Makefile
index 89732a15..11d82fd1 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -6,6 +6,7 @@ $(BIN_TO_HEX): $(srcdir)/util/bin-to-hex.c
$(BIN_TO_HEX): CC=$(BUILD_CC)
$(BIN_TO_HEX): CFLAGS=$(BUILD_CFLAGS)
+$(BIN_TO_HEX): LDFLAGS=
dist += util/Makefile util/bin-to-hex.c
clean += util/bin-to-hex.o $(BIN_TO_HEX)