X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2FMakefile;h=cb68454c91c8e5bcde01c7580ba5620e6e31a029;hp=3d36d26718e460396b3655633f71b5f014b8b405;hb=7dfbac8073e1f5fd47f85743b9ebead842ed3c70;hpb=761dc0a0aea048ef228635a271ef6d3daf0d0518 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))