summaryrefslogtreecommitdiff
path: root/target/foxboard/tools/e100boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/foxboard/tools/e100boot/Makefile')
-rw-r--r--target/foxboard/tools/e100boot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/foxboard/tools/e100boot/Makefile b/target/foxboard/tools/e100boot/Makefile
index d807f2349..bec2b4302 100644
--- a/target/foxboard/tools/e100boot/Makefile
+++ b/target/foxboard/tools/e100boot/Makefile
@@ -17,8 +17,9 @@ $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
$(MAKE) -C $(WRKBUILD)
touch $@
-$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
+$(BIN_DIR)/etrax100boot: $(WRKBUILD)/.compiled
$(INSTALL_BIN) $(WRKBUILD)/sbl/e100boot.stripped $(BIN_DIR)/etrax100boot
- touch $@
+
+install: $(BIN_DIR)/etrax100boot
include $(TOPDIR)/mk/tools.mk