diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-05 21:44:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-05 21:44:43 +0000 |
commit | 135a672b3634a66e56cbc1c497ec378938271b9c (patch) | |
tree | 7d79680cf89fee4fb0996b8b8ae08a487ad89748 /include | |
parent | 53f5cf91709b76294b788375d2c8929dedfad5b9 (diff) | |
download | upstream-135a672b3634a66e56cbc1c497ec378938271b9c.tar.gz upstream-135a672b3634a66e56cbc1c497ec378938271b9c.tar.bz2 upstream-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')
-rw-r--r-- | include/target.mk | 1 |
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)'; \ |