add support for more network devices,
[openwrt.git] / openwrt / target / linux / image / Makefile
index 1dd48c7..e44a46a 100644 (file)
@@ -15,8 +15,13 @@ include ./tgz.mk
 endif
 
 prepare:
+       $(MAKE) prepare-targets $(MAKE_TRACE)
 compile:
+       $(MAKE) compile-targets $(MAKE_TRACE)
 install:
+       $(MAKE) install-targets $(MAKE_TRACE)
+
+.PHONY: prepare compile install
 
 $(BOARD)-compile:
        @$(TRACE) target/linux/image/$(BOARD)/prepare
@@ -38,4 +43,5 @@ install-prepare:
 
 rebuild: clean prepare compile install
 clean:
+       $(MAKE) clean-targets $(MAKE_TRACE)
 
This page took 0.02161 seconds and 4 git commands to generate.