diff options
Diffstat (limited to 'target/tools/e100boot')
-rw-r--r-- | target/tools/e100boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/tools/e100boot/Makefile b/target/tools/e100boot/Makefile index bec2b4302..2cdf28837 100644 --- a/target/tools/e100boot/Makefile +++ b/target/tools/e100boot/Makefile @@ -13,6 +13,8 @@ WRKDIST= ${WRKDIR}/${PKG_NAME} include ../rules.mk +all: $(BIN_DIR)/etrax100boot + $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared $(MAKE) -C $(WRKBUILD) touch $@ @@ -20,6 +22,4 @@ $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared $(BIN_DIR)/etrax100boot: $(WRKBUILD)/.compiled $(INSTALL_BIN) $(WRKBUILD)/sbl/e100boot.stripped $(BIN_DIR)/etrax100boot -install: $(BIN_DIR)/etrax100boot - include $(TOPDIR)/mk/tools.mk |