# Makefile for the Linux video drivers on sunxi platform.
# 16 Aug 2013, Tyle, <mailto:tyle@allwinnertech.com>
# Rewritten to use lists instead of if-statements.


obj-$(CONFIG_FB_SUNXI)     += disp/
obj-$(CONFIG_LCD_SUNXI)    += lcd/
obj-$(CONFIG_HDMI_SUNXI)   += hdmi/
obj-y += hdmi_ep952/

obj-$(CONFIG_FB_SUNXI_LEGACY)     += legacy/disp/
obj-$(CONFIG_LCD_SUNXI_LEGACY)    += legacy/lcd/
obj-$(CONFIG_HDMI_SUNXI_LEGACY)   += legacy/hdmi/

obj-$(CONFIG_DISP2_SUNXI) += disp2/disp/
