X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d007394805916ceb2214bfd7e06d8a4899262c5..107e1ee4aa380c10abfdb5ebf551beafb758bf89:/openwrt/target/Makefile diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index 52b2e60cf..a14749fca 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -1,8 +1,5 @@ include $(TOPDIR)/rules.mk -# Default target skeleton stuff, may be overridden -TARGET_SKEL_DIR=default/target_skeleton - all: install $(BIN_DIR): @@ -20,14 +17,21 @@ image_clean: rm -f $(BIN_DIR)/openwrt-* %-clean: + @$(TRACE) target/$(patsubst %-clean,%,$@)/clean $(MAKE) -C $(patsubst %-clean,%,$@) clean %-prepare: + @$(TRACE) target/$(patsubst %-prepare,%,$@)/prepare $(MAKE) -C $(patsubst %-prepare,%,$@) prepare %-compile: %-prepare + @$(TRACE) target/$(patsubst %-compile,%,$@)/compile $(MAKE) -C $(patsubst %-compile,%,$@) compile %-rebuild: + @$(TRACE) target/$(patsubst %-rebuild,%,$@)/rebuild $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild %-install: %-compile + @$(TRACE) target/$(patsubst %-install,%,$@)/install $(MAKE) -C $(patsubst %-install,%,$@) install - +linux-imagebuilder: + @$(TRACE) target/linux/imagebuilder + $(MAKE) -C linux imagebuilder