RFC: fix to build issue with subdirs
Pushing this to see what fails as its a similar fix to the one Flavio pushed. Yet in local building with sanitytest not seeing any issues Change-Id: If42c13b0c1827fe89fb332ac6c40a14a76553330 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
2f380c2996
commit
fc867fde11
|
@ -176,7 +176,7 @@ ld-ifversion = $(shell [ $(call ld-version) $(1) $(2) ] && echo $(3))
|
|||
# Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
|
||||
# Usage:
|
||||
# $(Q)$(MAKE) $(build)=dir
|
||||
build := -f $(srctree)/scripts/Makefile.build obj
|
||||
build := -f $(ZEPHYR_BASE)/scripts/Makefile.build obj
|
||||
|
||||
###
|
||||
# Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
|
||||
|
|
Loading…
Reference in a new issue