]> Git Repo - linux.git/blob - drivers/gpu/drm/tinydrm/Makefile
Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux.git] / drivers / gpu / drm / tinydrm / Makefile
1 obj-$(CONFIG_DRM_TINYDRM)               += core/
2
3 # Controllers
4 obj-$(CONFIG_TINYDRM_MIPI_DBI)          += mipi-dbi.o
5
6 # Displays
7 obj-$(CONFIG_TINYDRM_ILI9225)           += ili9225.o
8 obj-$(CONFIG_TINYDRM_ILI9341)           += ili9341.o
9 obj-$(CONFIG_TINYDRM_MI0283QT)          += mi0283qt.o
10 obj-$(CONFIG_TINYDRM_REPAPER)           += repaper.o
11 obj-$(CONFIG_TINYDRM_ST7586)            += st7586.o
12 obj-$(CONFIG_TINYDRM_ST7735R)           += st7735r.o
This page took 0.034501 seconds and 4 git commands to generate.