You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the exynos video drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_EXYNOS_MIPI_DSI) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \
|
|
exynos_mipi_dsi_lowlevel.o
|
|
obj-$(CONFIG_EXYNOS_LCD_S6E8AX0) += s6e8ax0.o
|
|
obj-$(CONFIG_EXYNOS_DP) += exynos_dp_core.o exynos_dp_reg.o
|
|
|