Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/omap: remove -Werror from Makefile

Having -Werror in the omapdrm Makefile makes development and debugging a
PITA. Let's remove it.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

+1 -1
+1 -1
drivers/gpu/drm/omapdrm/Makefile
··· 6 6 obj-y += dss/ 7 7 obj-y += displays/ 8 8 9 - ccflags-y := -Iinclude/drm -Werror 9 + ccflags-y := -Iinclude/drm 10 10 omapdrm-y := omap_drv.o \ 11 11 omap_irq.o \ 12 12 omap_debugfs.o \