X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ef88fd263d77e79a7b97858055772ea93963dcd2..7814b06349c34a8558a0c04028143fc10e8a641e:/openwrt/target/Makefile diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index ec3b65972..24c34036d 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -16,6 +16,9 @@ clean: linux-clean utils-clean lzma-clean image_clean image_clean: rm -f $(BIN_DIR)/openwrt-* +linux/package/%: + $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@) + %-clean: @$(TRACE) target/$(patsubst %-clean,%,$@)-clean $(MAKE) -C $(patsubst %-clean,%,$@) clean @@ -35,3 +38,4 @@ linux-imagebuilder: @$(TRACE) target/linux/imagebuilder $(MAKE) -C linux imagebuilder +