blob: fac1b31dcc49886978ed21e70c4f17b8e4098187 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001Upstream-Status: Pending
2
3Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
4
5diff --git a/Makefile b/Makefile
6index 9e74cdf..cad8109 100644
7--- a/Makefile
8+++ b/Makefile
9@@ -151,7 +151,7 @@ generic :
10 $(MAKE) $(TARGETS) "CC=$(CC_GENERIC)" "CCO=$(CCO_GENERIC)" "CCOC=$(CCOC_GENERIC)"
11
12 wipe : $(OBJECTS)
13- $(CC) $(CCO) $(OBJECTS) -o wipe
14+ $(CC) $(CCO) $(LDFLAGS) $(OBJECTS) -o wipe
15
16 wipe.o : wipe.c random.h misc.h version.h
17 $(CC) $(CCO) $(CCOC) wipe.c -o wipe.o