diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-09-12 00:52:54 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-09-12 11:00:43 -0400 |
| commit | 487c7c7702ab12cfe6cd0b5a10364eefa1d2128f (patch) | |
| tree | 5cb514b8d6e65cf5e0f85299ae628c03a3430941 /scripts | |
| parent | 36f546a1bdb5d268aec97b2fe4800c91a4f5596a (diff) | |
kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
$(srctree) always points to the top of the source tree whether
KBUILD_SRC is set or not.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Kbuild.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index ce53639a864a..46cc43e38866 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -193,7 +193,7 @@ modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj | |||
| 193 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj= | 193 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj= |
| 194 | # Usage: | 194 | # Usage: |
| 195 | # $(Q)$(MAKE) $(dtbinst)=dir | 195 | # $(Q)$(MAKE) $(dtbinst)=dir |
| 196 | dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj | 196 | dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj |
| 197 | 197 | ||
| 198 | ### | 198 | ### |
| 199 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj= | 199 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj= |
