X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6ea5ea7c86437ed9add589d3c7c121197532e14b..3d61de53bb009e41a912e7a878cf7b4dd83bb8bd:/target/Makefile diff --git a/target/Makefile b/target/Makefile index 6a1bd954a..437609a28 100644 --- a/target/Makefile +++ b/target/Makefile @@ -73,6 +73,7 @@ $(BIN_DIR): mkdir -p $(BIN_DIR) $(INSTALL_TARGET_DIRS): lzma-loader-compile +$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS)) compile: $(patsubst %,%-compile,$(TARGET_DIRS)) install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean