X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2FMakefile;h=7ad26c71778743279319ee1ff0b562c69b16dabe;hp=cb68454c91c8e5bcde01c7580ba5620e6e31a029;hb=f7a6fd31539be54d14d7c52b491b40b26bf8f740;hpb=072bed476076acec560557e985ca0ddcdd62be9a diff --git a/target/Makefile b/target/Makefile index cb68454c91..7ad26c7177 100644 --- a/target/Makefile +++ b/target/Makefile @@ -6,10 +6,12 @@ # curdir:=target +$(curdir)/subtargets:=install $(curdir)/builddirs:=linux sdk imagebuilder toolchain $(curdir)/builddirs-default:=linux $(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain) +$(curdir)/sdk/install:=$(curdir)/linux/install $(curdir)/imagebuilder/install:=$(curdir)/linux/install $(eval $(call stampfile,$(curdir),target,prereq,.config))