Change-Id: I1d83a1130bc6b48636a95820e0b14aa48c1a3593
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
-ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/vigs
+ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/vigs -Werror
vigs_drm-y := main.o \
vigs_driver.o \
vigs_gem.o \
# Makefile for the exynos video drivers.
#
-ccflags-y := -Idrivers/gpu/yagl
+ccflags-y := -Idrivers/gpu/yagl -Werror
yagl-y := main.o yagl_driver.o
+ccflags-y += -Werror
obj-$(CONFIG_MARU_VIRTIO_TOUCHSCREEN) += maru_virtio_touchscreen.o
obj-$(CONFIG_MARU_CAMERA) += maru_camera.o
obj-$(CONFIG_MARU_BACKLIGHT) += maru_bl.o