X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2FMakefile;h=cb68454c91c8e5bcde01c7580ba5620e6e31a029;hp=3d36d26718e460396b3655633f71b5f014b8b405;hb=d63984810e13eabccaaea641679b1d6effcaea77;hpb=ab77da79881952dab73e94fe7b664d95cfe140e9 diff --git a/target/Makefile b/target/Makefile index 3d36d26718..cb68454c91 100644 --- a/target/Makefile +++ b/target/Makefile @@ -6,11 +6,11 @@ # curdir:=target -$(curdir)/builddirs:=linux sdk imagebuilder +$(curdir)/builddirs:=linux sdk imagebuilder toolchain $(curdir)/builddirs-default:=linux -$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) +$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain) -$(curdir)/imagebuilder/prepare:=$(curdir)/linux/install +$(curdir)/imagebuilder/install:=$(curdir)/linux/install $(eval $(call stampfile,$(curdir),target,prereq,.config)) $(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))