summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.headersinst
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-03 23:56:04 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-09 21:00:47 -0400
commit9d022c540606a5a8ae5d1cc02fc12de362ba4585 (patch)
treec2278e0213b56c25d411429604ea03dbdab2042d /scripts/Makefile.headersinst
parent37131ec4f9cb60750be6f75fca20ff6bbf1b8efd (diff)
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/Makefile.headersinst')
-rw-r--r--scripts/Makefile.headersinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst
index 343d586e566e..5692d7a66163 100644
--- a/scripts/Makefile.headersinst
+++ b/scripts/Makefile.headersinst
@@ -30,7 +30,7 @@ __headers: $(subdirs)
30$(subdirs): 30$(subdirs):
31 $(Q)$(MAKE) $(hdr-inst)=$(obj)/$@ dst=$(dst)/$@ 31 $(Q)$(MAKE) $(hdr-inst)=$(obj)/$@ dst=$(dst)/$@
32 32
33# Skip header install/check for include/uapi and arch/$(hdr-arch)/include/uapi. 33# Skip header install/check for include/uapi and arch/$(SRCARCH)/include/uapi.
34# We have only sub-directories there. 34# We have only sub-directories there.
35skip-inst := $(if $(filter %/uapi,$(obj)),1) 35skip-inst := $(if $(filter %/uapi,$(obj)),1)
36 36