allow targets to select/deselect config symbols

SVN-Revision: 9150
This commit is contained in:
Felix Fietkau
2007-10-05 21:44:43 +00:00
parent 3b23e91fff
commit e2e8d55dcc
2 changed files with 19 additions and 1 deletions

View File

@@ -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)'; \