1# 2# Makefile for the kernel mixer device drivers. 3# 4 5include ${obj}/g2d_rcq/Makefile 6 7include ${obj}/g2d_legacy/Makefile 8 9 10obj-$(CONFIG_AW_G2D) += g2d_sunxi.o 11 12g2d_sunxi-$(CONFIG_G2D_RCQ) += ${rcq_obj} 13g2d_sunxi-$(CONFIG_G2D_LEGACY) += ${legacy_obj} 14 15g2d_sunxi-$(CONFIG_G2D_SYNCFENCE) += syncfence.o 16