X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=1b8d968a0995a291cdb0fd549542daf81c5c5ff7;hb=42b3d86ec511e96f83147867fdf0dc2010db3948;hp=e935295e6c41e331278d9ba62dbea71b44e32e57;hpb=0905f3ffe3709c0d87be20818d0b6cf67045ef54;p=openwrt.git diff --git a/Makefile b/Makefile index e935295e6c..1b8d968a09 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