X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0e7e3013a96b017ca52b08144c421cf208aeb6ae..08479c3ef6123d8b8156fd8e5e9c1763216e0503:/target/Makefile diff --git a/target/Makefile b/target/Makefile index 437609a28..c3d99b652 100644 --- a/target/Makefile +++ b/target/Makefile @@ -74,7 +74,7 @@ $(BIN_DIR): $(INSTALL_TARGET_DIRS): lzma-loader-compile $(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS)) -compile: $(patsubst %,%-compile,$(TARGET_DIRS)) +compile: $(patsubst %,%-compile,jffs2 squashfs-lzma lzma-loader) install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean