This fixes out of tree builds, which I inadvertently broke... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cab8d6c58ac..740075df04dc 100644 --- a/Makefile +++ b/Makefile @@ -491,7 +491,7 @@ CFLAGS += $(call cc-option,-Wno-pointer-sign,) # change __FILE__ to the relative path from the srctree CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=) -include scripts/Makefile.ubsan +include $(srctree)/scripts/Makefile.ubsan # KBUILD_IMAGE: Default barebox image to build # Depending on the architecture, this can be either compressed or not. -- 2.23.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox