X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2FMakefile;h=3f97b9a14da72ca3b04075d2b52c6a64d3b7a8f1;hb=2cf3780bea997e6908ff493f20f04bdb5f128a47;hp=4853e3fbd2df3a829e4fc8d0213f4a6c182b000f;hpb=a4ee82e1988661811cab300e22c38258271e13cb;p=openwrt-github%2F.git diff --git a/target/Makefile b/target/Makefile index 4853e3fbd2..3f97b9a14d 100644 --- a/target/Makefile +++ b/target/Makefile @@ -20,7 +20,15 @@ IMAGE_DIR:=linux/$(BOARD)-$(KERNEL)/image download: $(patsubst %,%-download,$(TARGETS-y)) prepare: linux-prepare compile: linux-compile image_compile -install: image_clean linux-install sdk_install image_install imagebuilder_install +install: image_clean linux-install image_install + +ifeq ($(CONFIG_SDK),y) +install: sdk_install +endif +ifeq ($(CONFIG_IB),y) +install: imagebuilder_install +endif + clean: linux-clean sdk-clean imagebuilder-clean image_clean prereq: FORCE