commit | 743f9df7cdf7207ff5ed493e8e3f3e47dff96032 | [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 08 15:32:40 2017 +0100 |
tree | 8036c4cd7b958ed9013463136c83239b7f6d870a | |
parent | 5fe067dae74ab4853b8542d6413bc2fd6bcee350 [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