summaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-30 23:07:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-30 23:07:53 +0000
commit7fca3ea90d458a4589a60b06765277832be6afdb (patch)
tree17a07aaa4fa46a4cf1f3296bf8d92c341e081034 /include/target.mk
parentdb1ed4eb9174a9befc9daa71beef293338d1e108 (diff)
remove the now unused Target-Kernel field from the target metadata
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27033 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 83455723e..676b98327 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)'; \