diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-13 19:20:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-21 15:07:34 +0200 |
commit | b7d6c8ad0f786552e21d91d97ad4221ebc43876f (patch) | |
tree | dc7a8f26cd2ea5c9d4eff6e2907691a4005bf53f | |
parent | 949db6ac05e42a90ee82e3f979805d98c41fa4f6 (diff) | |
download | buildroot-novena-b7d6c8ad0f786552e21d91d97ad4221ebc43876f.tar.gz buildroot-novena-b7d6c8ad0f786552e21d91d97ad4221ebc43876f.zip |
Add a show-targets target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |