avoid kernel version in target if sub-targets available (usefull if we have 2.4 and 2.6 sub-targets in parallel)

SVN-Revision: 14576
v19.07.3_mercusys_ac12_duma
Ralph Hempel 15 years ago
parent 6e590d85f3
commit 3d0285a783

@ -154,7 +154,7 @@ define BuildTargets/DumpCurrent
@echo 'Target: $(TARGETID)'; \
echo 'Target-Board: $(BOARD)'; \
echo 'Target-Kernel: $(KERNEL)'; \
echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGET),, [$(KERNEL)])'; \
echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),, [$(KERNEL)])$(if $(SUBTARGETS),$(if $(SUBTARGET), [$(KERNEL)]))'; \
echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \
echo 'Target-Arch: $(ARCH)'; \
echo 'Target-Features: $(FEATURES)'; \

Loading…
Cancel
Save