X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5f26a699ff8b694d72c86a4d141270e4d682d105..fca38b636876e39e44c885b65011fd924971fbbf:/openwrt/Makefile diff --git a/openwrt/Makefile b/openwrt/Makefile index e935295e6..1b8d968a0 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -74,7 +74,6 @@ package_install: package_compile toolchain # ############################################################# - # In this section, we need .config include .config.cmd @@ -108,6 +107,16 @@ $(BUILD_DIR): source: $(TARGETS_SOURCE) + +package/%: + $(MAKE) -C package $(patsubst package/%,%,$@) + +target/%: + $(MAKE) -C target $(patsubst target/%,%,$@) + +toolchain/%: + $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@) + ############################################################# # # Cleanup and misc junk