X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2FMakefile;h=c00eea0d66fa838ff0eabd4edde47b3594aaa9f5;hb=e29da0f4237ccc08d0bf4ff3829f24f36ae8445f;hp=195878e6654d0e4c8fd35f50ceb14b07873c9891;hpb=f52d66ff00b24111f87c274d3d7085ef2e1d27b1;p=openwrt-10.03%2F.git diff --git a/target/Makefile b/target/Makefile index 195878e66..c00eea0d6 100644 --- a/target/Makefile +++ b/target/Makefile @@ -17,7 +17,6 @@ TARGETS-$(CONFIG_SDK) += sdk linux-compile: utils-install linux-install: $(BIN_DIR) -sdk-compile: linux-install image_install: linux-install download: $(patsubst %,%-download,$(TARGETS-y)) @@ -26,6 +25,10 @@ compile: linux-compile image_compile install: image_clean $(patsubst %,%-install,$(TARGETS-y)) image_install clean: $(patsubst %,%-clean,$(TARGETS-y)) image_clean +prereq: FORCE + $(MAKE) -C linux/$(BOARD)-$(KERNEL) prereq + $(MAKE) -C image/$(BOARD) prereq + image_clean: FORCE $(MAKE) -C image/$(BOARD) clean rm -f $(BIN_DIR)/openwrt-*