#
# Makefile for the kernel mixer device drivers.
#

obj-$(CONFIG_SUNXI_G2D) 	+= g2d_sunxi.o

g2d_sunxi-objs	:= g2d_driver.o g2d.o g2d_bsp.o
