X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0905f3ffe3709c0d87be20818d0b6cf67045ef54..d847a1ac75f5abd93f377f429d6e26f1106a95ac:/Makefile diff --git a/Makefile b/Makefile index e935295e6..1b8d968a0 100644 --- a/Makefile +++ b/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