aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
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
commit135a672b3634a66e56cbc1c497ec378938271b9c (patch)
tree7d79680cf89fee4fb0996b8b8ae08a487ad89748 /include/target.mk
parent53f5cf91709b76294b788375d2c8929dedfad5b9 (diff)
downloadmaster-187ad058-135a672b3634a66e56cbc1c497ec378938271b9c.tar.gz
master-187ad058-135a672b3634a66e56cbc1c497ec378938271b9c.tar.bz2
master-187ad058-135a672b3634a66e56cbc1c497ec378938271b9c.zip
allow targets to select/deselect config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9150 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/target.mk')
-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)'; \