Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39cd6620 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 3bce5f43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \