#
# Makefile for the exynos video drivers.
#

ccflags-y := -Idrivers/gpu/yagl -Werror

yagl-y := main.o yagl_driver.o

obj-$(CONFIG_YAGL) += yagl.o
