X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2FMakefile;h=248bcffcde44b29029462c3740b0d0197165884e;hb=ee9afd6e51bf73358c066decce994a694d222248;hp=bbb9e74c343a3b4483504231c088caa7ea8bcf6c;hpb=116b2828750c2f902cda88083bb52d83b63403d3;p=openwrt-10.03%2F.git diff --git a/target/Makefile b/target/Makefile index bbb9e74c3..248bcffcd 100644 --- a/target/Makefile +++ b/target/Makefile @@ -19,6 +19,14 @@ endif ifeq ($(BR2_TARGET_WRT54GS),y) IMAGE_TARGETS += $(BIN_DIR)/openwrt-wrt54gs-$(1).bin endif + + +$(BIN_DIR)/openwrt-motorola-$(1).bin: $(BIN_DIR)/openwrt-generic-$(patsubst jffs2,jffs2-8MB,$(1)).trx + PATH=$(TARGET_PATH) motorola-bin $$< $$@ + +ifeq ($(BR2_TARGET_MOTOROLA),y) +IMAGE_TARGETS += $(BIN_DIR)/openwrt-motorola-$(1).bin +endif endef TARGET_DIRS:= @@ -61,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: