summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-04 12:56:04 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-10 10:00:47 +0900
commit9d022c540606a5a8ae5d1cc02fc12de362ba4585 (patch)
treec2278e0213b56c25d411429604ea03dbdab2042d /scripts
parent37131ec4f9cb60750be6f75fca20ff6bbf1b8efd (diff)
downloadop-kernel-dev-9d022c540606a5a8ae5d1cc02fc12de362ba4585.zip
op-kernel-dev-9d022c540606a5a8ae5d1cc02fc12de362ba4585.tar.gz
kbuild: replace $(hdr-arch) with $(SRCARCH)
Since commit 5e53879008b9 ("sparc,sparc64: unify Makefile"), hdr-arch and SRCARCH always match. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Douglas Anderson <dianders@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.headersinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst
index 343d586..5692d7a 100644
--- a/scripts/Makefile.headersinst
+++ b/scripts/Makefile.headersinst
@@ -30,7 +30,7 @@ __headers: $(subdirs)
$(subdirs):
$(Q)$(MAKE) $(hdr-inst)=$(obj)/$@ dst=$(dst)/$@
-# Skip header install/check for include/uapi and arch/$(hdr-arch)/include/uapi.
+# Skip header install/check for include/uapi and arch/$(SRCARCH)/include/uapi.
# We have only sub-directories there.
skip-inst := $(if $(filter %/uapi,$(obj)),1)
OpenPOWER on IntegriCloud