X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4d081bb962d60b488b3f28add01e9fa0bda6a8f6..55d28179219ed48d0deb0b75af61dad3000cf3bb:/openwrt/target/Makefile diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index e6ebbaae2..e066fa9d3 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -17,21 +17,23 @@ image_clean: rm -f $(BIN_DIR)/openwrt-* %-clean: - @$(TRACE) target/$(patsubst %-clean,%,$@)/clean + @$(TRACE) target/$(patsubst %-clean,%,$@)-clean $(MAKE) -C $(patsubst %-clean,%,$@) clean %-prepare: - @$(TRACE) target/$(patsubst %-prepare,%,$@)/prepare + @$(TRACE) target/$(patsubst %-prepare,%,$@)-prepare $(MAKE) -C $(patsubst %-prepare,%,$@) prepare %-compile: %-prepare - @$(TRACE) target/$(patsubst %-compile,%,$@)/compile + @$(TRACE) target/$(patsubst %-compile,%,$@)-compile $(MAKE) -C $(patsubst %-compile,%,$@) compile %-rebuild: - @$(TRACE) target/$(patsubst %-rebuild,%,$@)/rebuild + @$(TRACE) target/$(patsubst %-rebuild,%,$@)-rebuild $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild %-install: %-compile - @$(TRACE) target/$(patsubst %-install,%,$@)/install + @$(TRACE) target/$(patsubst %-install,%,$@)-install $(MAKE) -C $(patsubst %-install,%,$@) install linux-imagebuilder: @$(TRACE) target/linux/imagebuilder $(MAKE) -C linux imagebuilder +linux/package/%: + $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)