From: Thomas Petazzoni Date: Thu, 13 May 2010 17:20:33 +0000 (+0200) Subject: Add a show-targets target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7d6c8ad0f786552e21d91d97ad4221ebc43876f;p=buildroot.git Add a show-targets target Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index a4bf4b570e..ec2ec36ab7 100644 --- a/Makefile +++ b/Makefile @@ -449,6 +449,9 @@ external-deps: @$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \ SPIDER=--spider source +show-targets: + @echo $(TARGETS) + ifeq ($(BR2_CONFIG_CACHE),y) # drop configure cache if configuration is changed $(BUILD_DIR)/tgt-config.cache: .config