From 187140ae99cf90ad74f14ec17800b5ff04241e9e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 28 Dec 2014 20:34:12 +0100 Subject: [PATCH] strip kernel to reduce the image size --- Makefile.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.example b/Makefile.example index 2ee11aa..c0148b5 100644 --- a/Makefile.example +++ b/Makefile.example @@ -63,8 +63,8 @@ $(NAME).elf: $Q$(LD_FOR_TARGET) $(LDFLAGS) -o $(NAME).elf $^ @echo [OBJCOPY] $(NAME).sym $Q$(OBJCOPY_FOR_TARGET) $(KEEP_DEBUG) $(NAME).elf $(NAME).sym - #@echo [OBJCOPY] $(NAME).elf - #$Q$(OBJCOPY_FOR_TARGET) $(STRIP_DEBUG) $(NAME).elf + @echo [OBJCOPY] $(NAME).elf + $Q$(OBJCOPY_FOR_TARGET) $(STRIP_DEBUG) $(NAME).elf clean: $Q$(RM) $(NAME).elf $(NAME).sym *~