drm/omap: remove -Werror from Makefile
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 1 Mar 2016 09:09:36 +0000 (11:09 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:46 +0000 (17:38 +0200)
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>
drivers/gpu/drm/omapdrm/Makefile

index fe4c222..48b7b75 100644 (file)
@@ -6,7 +6,7 @@
 obj-y += dss/
 obj-y += displays/
 
-ccflags-y := -Iinclude/drm -Werror
+ccflags-y := -Iinclude/drm
 omapdrm-y := omap_drv.o \
        omap_irq.o \
        omap_debugfs.o \