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