From b978be63dfdbf449e1bc1efee3d23573837cf7dd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 May 2006 14:11:24 +0000 Subject: [PATCH] add {package,target,toolchain}/* targets to toplevel makefile SVN-Revision: 3838 --- openwrt/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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: -- 2.30.2