We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f546a commit 487c7c7Copy full SHA for 487c7c7
scripts/Kbuild.include
@@ -193,7 +193,7 @@ modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
193
# Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
194
# Usage:
195
# $(Q)$(MAKE) $(dtbinst)=dir
196
-dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
+dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj
197
198
###
199
# Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
0 commit comments