From b806b008065672cf155ff31b757d36b8f67cac17 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 10 Jan 2007 21:52:28 +0000 Subject: Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6071 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 651c13f6f..4853e3fbd 100644 --- a/target/Makefile +++ b/target/Makefile @@ -12,25 +12,24 @@ all: install $(BIN_DIR): mkdir -p $(BIN_DIR) -TARGETS-y := linux -TARGETS-$(CONFIG_SDK) += sdk - linux-install: $(BIN_DIR) image_install: linux-install IMAGE_DIR:=linux/$(BOARD)-$(KERNEL)/image - download: $(patsubst %,%-download,$(TARGETS-y)) prepare: linux-prepare compile: linux-compile image_compile -install: image_clean $(patsubst %,%-install,$(TARGETS-y)) image_install -clean: $(patsubst %,%-clean,$(TARGETS-y)) image_clean +install: image_clean linux-install sdk_install image_install imagebuilder_install +clean: linux-clean sdk-clean imagebuilder-clean image_clean prereq: FORCE $(MAKE) -C linux/$(BOARD)-$(KERNEL) prereq $(MAKE) -C $(IMAGE_DIR) prereq +sdk_install: FORCE + $(MAKE) -C sdk install + image_clean: FORCE $(MAKE) -C $(IMAGE_DIR) clean rm -f $(BIN_DIR)/openwrt-* @@ -41,6 +40,9 @@ image_compile: FORCE image_install: image_compile $(MAKE) -C $(IMAGE_DIR) install +imagebuilder_install: image_install + $(MAKE) -C imagebuilder install + %-clean: FORCE $(MAKE) -C $(patsubst %-clean,%,$@) clean %-download: FORCE -- cgit v1.2.3