diff options
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 83455723ea..676b983271 100644 --- a/include/target.mk +++ b/include/target.mk @@ -202,7 +202,6 @@ define BuildTargets/DumpCurrent dumpinfo: @echo 'Target: $(TARGETID)'; \ echo 'Target-Board: $(BOARD)'; \ - echo 'Target-Kernel: $(KERNEL)'; \ echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \ echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \ echo 'Target-Arch: $(ARCH)'; \ |