From 3d0c1254dfeb94ee428695b74b76fb4cfef7c47f Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 3 Aug 2009 11:44:28 +0000 Subject: brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in other targets' Target-Name SVN-Revision: 17102 --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 7facaee..b30be10 100644 --- a/include/target.mk +++ b/include/target.mk @@ -178,7 +178,7 @@ define BuildTargets/DumpCurrent @echo 'Target: $(TARGETID)'; \ echo 'Target-Board: $(BOARD)'; \ echo 'Target-Kernel: $(KERNEL)'; \ - echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),, [$(KERNEL)])$(if $(SUBTARGETS),$(if $(SUBTARGET), [$(KERNEL)]))'; \ + echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \ echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \ echo 'Target-Arch: $(ARCH)'; \ echo 'Target-Features: $(FEATURES)'; \ -- cgit v1.1