diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-09 18:32:47 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-11 19:03:35 +0200 |
commit | 6ddca3a3615501264db83098f01834cfb4b1aefd (patch) | |
tree | 8071955f9bfd1e42c97db3569c40d49be006028d /include | |
parent | 60fc6610bef5843e212e759423a49d80b6af40d3 (diff) | |
download | upstream-6ddca3a3615501264db83098f01834cfb4b1aefd.tar.gz upstream-6ddca3a3615501264db83098f01834cfb4b1aefd.tar.bz2 upstream-6ddca3a3615501264db83098f01834cfb4b1aefd.zip |
target.mk: remove the unused Target-Path field
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 851ce3e4a2..f7284d0eb5 100644 --- a/include/target.mk +++ b/include/target.mk @@ -279,7 +279,6 @@ define BuildTargets/DumpCurrent @echo 'Target: $(TARGETID)'; \ echo 'Target-Board: $(BOARD)'; \ echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \ - echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \ echo 'Target-Arch: $(ARCH)'; \ echo 'Target-Arch-Packages: $(if $(ARCH_PACKAGES),$(ARCH_PACKAGES),$(ARCH)$(if $(CPU_TYPE),_$(CPU_TYPE))$(if $(CPU_SUBTYPE),_$(CPU_SUBTYPE)))'; \ echo 'Target-Features: $(FEATURES)'; \ |