From: Felix Fietkau Date: Tue, 30 May 2006 14:11:24 +0000 (+0000) Subject: add {package,target,toolchain}/* targets to toplevel makefile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=b978be63dfdbf449e1bc1efee3d23573837cf7dd add {package,target,toolchain}/* targets to toplevel makefile SVN-Revision: 3838 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 9b341f1241..96dd2e0e0d 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: