summaryrefslogtreecommitdiff
path: root/include/target.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-30 23:07:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-30 23:07:53 +0000
commit6e43f65dc47855c8b3430b346aadf9590efb079e (patch)
tree68e8ad5444bcf25732c33f1274fa11ded4caf843 /include/target.mk
parent0cf265ed065a8d9dc6bf979c56c09ea1e9447dba (diff)
downloadmtk-20170518-6e43f65dc47855c8b3430b346aadf9590efb079e.zip
mtk-20170518-6e43f65dc47855c8b3430b346aadf9590efb079e.tar.gz
mtk-20170518-6e43f65dc47855c8b3430b346aadf9590efb079e.tar.bz2
remove the now unused Target-Kernel field from the target metadata
SVN-Revision: 27033
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 8345572..676b983 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)'; \