[PATCH] Makefile: remove never reached code
Bo Shen
voice.shen at atmel.com
Wed Sep 3 18:43:29 PDT 2014
Signed-off-by: Bo Shen <voice.shen at atmel.com>
---
Makefile | 8 --------
1 file changed, 8 deletions(-)
diff --git a/Makefile b/Makefile
index 5cd0369..7a7ad38 100644
--- a/Makefile
+++ b/Makefile
@@ -180,14 +180,6 @@ endif
BOOT_NAME=$(BOARDNAME)-$(PROJECT)$(CARD_SUFFIX)boot-$(TARGET_NAME)$(BLOB)-$(VERSION)$(REV)
AT91BOOTSTRAP:=$(BINDIR)/$(BOOT_NAME).bin
-ifeq ($(IMAGE),)
-IMAGE=$(BOOT_NAME).bin
-endif
-
-ifeq ($(SYMLINK),)
-SYMLINK=at91bootstrap.bin
-endif
-
COBJS-y:= $(TOPDIR)/main.o $(TOPDIR)/board/$(BOARDNAME)/$(BOARDNAME).o
SOBJS-y:= $(TOPDIR)/crt0_gnu.o
--
2.1.0.24.g4109c28
More information about the barebox
mailing list