summaryrefslogtreecommitdiff
path: root/target/foxboard/tools/e100boot/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-30 20:20:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-30 20:20:42 +0200
commitee19c86dc8f3d69e9082d45d2824a18710311ecb (patch)
tree0b3c1cd17ca1c2c6896fc474257db47cd32ad6eb /target/foxboard/tools/e100boot/Makefile
parent14b08425f5c61d6cd4ee5ad7c9d0330bc7224f26 (diff)
fix foxboard allmodconfig, remove old linux patches
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