diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-30 23:07:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-05-30 23:07:53 +0000 |
commit | 6e43f65dc47855c8b3430b346aadf9590efb079e (patch) | |
tree | 68e8ad5444bcf25732c33f1274fa11ded4caf843 /include | |
parent | 0cf265ed065a8d9dc6bf979c56c09ea1e9447dba (diff) | |
download | upstream-6e43f65dc47855c8b3430b346aadf9590efb079e.tar.gz upstream-6e43f65dc47855c8b3430b346aadf9590efb079e.tar.bz2 upstream-6e43f65dc47855c8b3430b346aadf9590efb079e.zip |
remove the now unused Target-Kernel field from the target metadata
SVN-Revision: 27033
Diffstat (limited to 'include')
-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)'; \ |