summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-26 00:41:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-26 00:41:53 +0000
commit4e60cfe51f97990eb1244e2813d12d514a761d7c (patch)
tree749e7e6f5d61542cf615708ad9f61565d65a9655 /target/Makefile
parent27fd6cee569095e3bdc4b394e0e89aac9a9bdddc (diff)
downloadmtk-20170518-4e60cfe51f97990eb1244e2813d12d514a761d7c.zip
mtk-20170518-4e60cfe51f97990eb1244e2813d12d514a761d7c.tar.gz
mtk-20170518-4e60cfe51f97990eb1244e2813d12d514a761d7c.tar.bz2
use default_subtargets in package/Makefile and target/Makefile
SVN-Revision: 6380
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/target/Makefile b/target/Makefile
index 724ac44..1b6cbb5 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -51,14 +51,4 @@ image_install: image_compile
imagebuilder_install: image_install
$(MAKE) -C imagebuilder install
-%-clean: FORCE
- $(MAKE) -C $(patsubst %-clean,%,$@) clean
-%-download: FORCE
- $(MAKE) -C $(patsubst %-download,%,$@) download
-%-prepare: FORCE
- $(MAKE) -C $(patsubst %-prepare,%,$@) prepare
-%-compile: %-prepare
- $(MAKE) -C $(patsubst %-compile,%,$@) compile
-%-install: %-compile
- $(MAKE) -C $(patsubst %-install,%,$@) install
-
+$(eval $(call default_subtargets,))