Signed-off-by: Marc Kleine-Budde <[email protected]>
---
Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 96f8a19..d70012d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
CC = gcc
-STRIP = strip
DESTDIR =
# We use -idirafter since this is what U-boot does as well, and the build fails
@@ -49,7 +48,6 @@ $(C_OBJS): $(obj)/%.o: src/%.c $(filter-out $(wildcard
$(obj)), $(obj))
mkimage$(SFX): $(C_OBJS)
@echo " [LD] $@"; $(CC) $(LCFLAGS) $(LDFLAGS) $^ -o $@
- $(STRIP) $@
.PHONY: install
install:
--
1.7.1
--
ptxdist mailing list
[email protected]