diff options
-rw-r--r-- | openwrt/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 9b341f1..96dd2e0 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -70,5 +70,14 @@ config: scripts/config/conf config-clean: $(MAKE) -C scripts/config clean +package/%: + $(MAKE) -C toolchain $(patsubst package/%,%,$@) + +target/%: + $(MAKE) -C toolchain $(patsubst target/%,%,$@) + +toolchain/%: + $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@) + .PHONY: FORCE FORCE: |