mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! common: add generic CONFIG_UBSAN plumbing
@ 2019-09-09  9:50 Ahmad Fatoum
  2019-09-09 13:16 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2019-09-09  9:50 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-09 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09  9:50 [PATCH] fixup! common: add generic CONFIG_UBSAN plumbing Ahmad Fatoum
2019-09-09 13:16 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox