diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-03 23:56:04 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-09 21:00:47 -0400 |
commit | 9d022c540606a5a8ae5d1cc02fc12de362ba4585 (patch) | |
tree | c2278e0213b56c25d411429604ea03dbdab2042d /scripts/Makefile.headersinst | |
parent | 37131ec4f9cb60750be6f75fca20ff6bbf1b8efd (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.headersinst | 2 |
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. |
35 | skip-inst := $(if $(filter %/uapi,$(obj)),1) | 35 | skip-inst := $(if $(filter %/uapi,$(obj)),1) |
36 | 36 | ||