aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-05 21:44:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-05 21:44:43 +0000
commite2e8d55dcceef88f4c6e366ee690e7ab4beed14b (patch)
tree94d2fa4c69bb90d09d2db81a8533d185d72fe9ab /include
parent3b23e91fff87323e932902319f69383bc51f012c (diff)
downloadupstream-e2e8d55dcceef88f4c6e366ee690e7ab4beed14b.tar.gz
upstream-e2e8d55dcceef88f4c6e366ee690e7ab4beed14b.tar.bz2
upstream-e2e8d55dcceef88f4c6e366ee690e7ab4beed14b.zip
allow targets to select/deselect config symbols
SVN-Revision: 9150
Diffstat (limited to 'include')
-rw-r--r--include/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk
index 0217fcff6f..9ee369d9b1 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -150,6 +150,7 @@ define BuildTargets/DumpCurrent
echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \
echo 'Target-Arch: $(ARCH)'; \
echo 'Target-Features: $(FEATURES)'; \
+ echo 'Target-Depends: $(DEPENDS)'; \
echo 'Linux-Version: $(LINUX_VERSION)'; \
echo 'Linux-Release: $(LINUX_RELEASE)'; \
echo 'Linux-Kernel-Arch: $(LINUX_KARCH)'; \