commit | e451876c9ea94bd45d2fb042eb3d0e00c89c7b88 | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran@bingham.xyz> | Wed Jul 20 18:47:01 2016 +0100 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Mon May 15 15:06:15 2017 +0100 |
tree | b129cfe3a53447c5f11671c202f3553b00ec3b66 | |
parent | 4b2b122d5851a76a5ee8b2031b013f6fb117f31b [diff] |
DNI: Enable UBSAN for VSP1 Just to find out if I'm doing something crazy
diff --git a/drivers/media/platform/vsp1/Makefile b/drivers/media/platform/vsp1/Makefile index e018830..c2c718a 100644 --- a/drivers/media/platform/vsp1/Makefile +++ b/drivers/media/platform/vsp1/Makefile
@@ -10,3 +10,5 @@ vsp1-$(CONFIG_DEBUG_FS) += vsp1_debugfs.o obj-$(CONFIG_VIDEO_RENESAS_VSP1) += vsp1.o + +UBSAN_SANITIZE := y