diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-09 14:32:34 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-09 14:43:18 -0400 |
commit | 0f042eea0a4a4fb1b1999784d745a47c0bb2c2f9 (patch) | |
tree | 962ed3f2f51d13a73ae77a10e3a22daffd62d6ef /Makefile | |
parent | 87ebb94e28ccac00bacba0d6a0dac0aac5b9c63b (diff) |
kbuild: fix comment about dst of headers_{install, check}_all
Commit 61562f981e92 ("uapi: export all arch specifics directories")
changed the dst from asm-<arch> to arch-<arch> for headers_install_all
or headers_check_all. Update the comment.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1133,7 +1133,7 @@ firmware_install: | |||
1133 | #Default location for installed headers | 1133 | #Default location for installed headers |
1134 | export INSTALL_HDR_PATH = $(objtree)/usr | 1134 | export INSTALL_HDR_PATH = $(objtree)/usr |
1135 | 1135 | ||
1136 | # If we do an all arch process set dst to asm-$(hdr-arch) | 1136 | # If we do an all arch process set dst to include/arch-$(hdr-arch) |
1137 | hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(hdr-arch), dst=include) | 1137 | hdr-dst = $(if $(KBUILD_HEADERS), dst=include/arch-$(hdr-arch), dst=include) |
1138 | 1138 | ||
1139 | PHONY += archheaders | 1139 | PHONY += archheaders |