8 lines
208 B
Makefile
8 lines
208 B
Makefile
|
#
|
||
|
# 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
|