allow targets to define a default subtarget when using automatic subtarget detection from r27407

SVN-Revision: 27444
This commit is contained in:
John Crispin
2011-07-04 11:21:37 +00:00
parent 04fefa4a28
commit ad250089aa
2 changed files with 10 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ define BuildTargets/DumpCurrent
echo 'Linux-Version: $(LINUX_VERSION)'; \
echo 'Linux-Release: $(LINUX_RELEASE)'; \
echo 'Linux-Kernel-Arch: $(LINUX_KARCH)'; \
$(if $(SUBTARGET),,$(if $(DEFAULT_SUBTARGET), echo 'Default-Subtarget: $(DEFAULT_SUBTARGET)'; ))
echo 'Target-Description:'; \
$(SH_FUNC) getvar $(call shvar,Target/Description); \
echo '@@'; \