summaryrefslogtreecommitdiff
path: root/drivers/video/sunxi/Makefile
diff options
context:
space:
mode:
authorVasily Khoruzhick <anarsoul@gmail.com>2017-10-26 21:51:52 -0700
committerAnatolij Gustschin <agust@denx.de>2017-10-27 09:44:48 +0200
commit1d7eef3f3fbd82796a4ced3adda0a9041393141d (patch)
tree74a4b10680ee25fc8851778707eaac76758ced6f /drivers/video/sunxi/Makefile
parent79f285ddebea204eedefb4cb4bfe4a2710138fa3 (diff)
sunxi: video: add LCD support to DE2 driver
Extend DE2 driver with LCD support. Tested on Pinebook which is based on A64 and has ANX6345 eDP bridge with eDP panel connected to it. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> [agust: rebased v5 on u-boot-video/master] Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/sunxi/Makefile')
-rw-r--r--drivers/video/sunxi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sunxi/Makefile b/drivers/video/sunxi/Makefile
index aec32b79b9..fa12d43029 100644
--- a/drivers/video/sunxi/Makefile
+++ b/drivers/video/sunxi/Makefile
@@ -6,4 +6,4 @@
#
obj-$(CONFIG_VIDEO_SUNXI) += sunxi_display.o simplefb_common.o lcdc.o tve_common.o ../videomodes.o
-obj-$(CONFIG_VIDEO_DE2) += sunxi_de2.o sunxi_dw_hdmi.o simplefb_common.o lcdc.o ../dw_hdmi.o
+obj-$(CONFIG_VIDEO_DE2) += sunxi_de2.o sunxi_dw_hdmi.o simplefb_common.o lcdc.o ../dw_hdmi.o sunxi_lcd.o