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 000000000000..b5b1bd228abb --- /dev/null +++ b/drivers/video/fbdev/exynos/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the exynos video drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_EXYNOS_MIPI_DSI) += exynos_mipi_dsi.o exynos_mipi_dsi_common.o \ | ||
6 | exynos_mipi_dsi_lowlevel.o | ||
7 | obj-$(CONFIG_EXYNOS_LCD_S6E8AX0) += s6e8ax0.o | ||