From ad250089aa5d3152774f87941606837c3534f6bd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 4 Jul 2011 11:21:37 +0000 Subject: allow targets to define a default subtarget when using automatic subtarget detection from r27407 SVN-Revision: 27444 --- include/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/target.mk b/include/target.mk index cfd7c9f..af32309 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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 '@@'; \ -- cgit v1.1