From 7a6a6464971c69fa1026aeaf8fad5c79250230e9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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. SVN-Revision: 6071 --- target/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 651c13f6ff..4853e3fbd2 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