Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | Upstream-Status: Pending |
| 2 | |
| 3 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
| 4 | |
| 5 | diff --git a/Makefile b/Makefile |
| 6 | index 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 |