* [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
* Re: [PATCH] fixup! common: add generic CONFIG_UBSAN plumbing
2019-09-09 9:50 [PATCH] fixup! common: add generic CONFIG_UBSAN plumbing Ahmad Fatoum
@ 2019-09-09 13:16 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-09-09 13:16 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Mon, Sep 09, 2019 at 11:50:18AM +0200, Ahmad Fatoum wrote:
> This fixes out of tree builds, which I inadvertently broke...
>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
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