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