diff options
Diffstat (limited to 'drivers/video/fbdev/exynos/Makefile')
-rw-r--r-- | drivers/video/fbdev/exynos/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/fbdev/exynos/Makefile b/drivers/video/fbdev/exynos/Makefile new file mode 100644 index 00000000000..b5b1bd228ab --- /dev/null +++ b/drivers/video/fbdev/exynos/Makefile @@ -0,0 +1,7 @@ +# +# 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 |