X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0b79ad87995d526043c94bad69b32c01ecc976a4..e3778a7367f3d8d66e92067b2b4608d331a6c12f:/target/Makefile?ds=sidebyside diff --git a/target/Makefile b/target/Makefile index a17a80ffc..248bcffcd 100644 --- a/target/Makefile +++ b/target/Makefile @@ -69,8 +69,10 @@ prepare: $(patsubst %,%-prepare,$(TARGET_DIRS)) $(BIN_DIR): mkdir -p $(BIN_DIR) -compile: $(patsubst %,%-compile,$(TARGET_DIRS)) -install: utils-install $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) +$(INSTALL_TARGET_DIRS): lzma-loader-compile +$(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS)) +compile: $(patsubst %,%-compile,jffs2 lzma squashfs-lzma lzma-loader utils) +install: utils-install lzma-install $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean image_clean: