X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=openwrt%2Ftarget%2FMakefile;h=248bcffcde44b29029462c3740b0d0197165884e;hb=a746c71184ddfa5f3a534e86812d589bf2827492;hp=6a1bd954a0dac1629c25c868ef356de1da42041a;hpb=0e222f60ff2b22a98094dedba70af5fe75e004c5;p=openwrt-10.03%2F.git diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index 6a1bd954a..248bcffcd 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -29,9 +29,6 @@ IMAGE_TARGETS += $(BIN_DIR)/openwrt-motorola-$(1).bin endif endef -$(LINUX_IMAGE): $(LINUX_KERNEL) - cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos > $@ || (rm -f $@ && false) - TARGET_DIRS:= TARGET_FS:= IMAGE_TARGETS:= @@ -73,8 +70,9 @@ $(BIN_DIR): mkdir -p $(BIN_DIR) $(INSTALL_TARGET_DIRS): lzma-loader-compile -compile: $(patsubst %,%-compile,$(TARGET_DIRS)) -install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) +$(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: