X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fb9fc446526b4873389d816090734da066829dbb..23ac60b66ca9d7567696ed47f76a25c4fb4dc6aa:/target/Makefile?ds=sidebyside diff --git a/target/Makefile b/target/Makefile index dc21033e5..c00eea0d6 100644 --- a/target/Makefile +++ b/target/Makefile @@ -25,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-*