]> Git Repo - linux.git/blob - drivers/gpu/drm/tinydrm/Makefile
Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linus
[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_MI0283QT)          += mi0283qt.o
8 obj-$(CONFIG_TINYDRM_REPAPER)           += repaper.o
9 obj-$(CONFIG_TINYDRM_ST7586)            += st7586.o
This page took 0.037849 seconds and 4 git commands to generate.