mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-14 21:38:46 +02:00
319251c5e3
The ofdrm and simpledrm drivers are special as they operate on externally provided framebuffers. Move them into their own sub- directory. Will let them share common code. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://lore.kernel.org/r/20250401094056.32904-5-tzimmermann@suse.de
19 lines
754 B
Makefile
19 lines
754 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_DRM_APPLETBDRM) += appletbdrm.o
|
|
obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o
|
|
obj-$(CONFIG_DRM_BOCHS) += bochs.o
|
|
obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus-qemu.o
|
|
obj-$(CONFIG_DRM_GM12U320) += gm12u320.o
|
|
obj-$(CONFIG_DRM_PANEL_MIPI_DBI) += panel-mipi-dbi.o
|
|
obj-$(CONFIG_TINYDRM_HX8357D) += hx8357d.o
|
|
obj-$(CONFIG_TINYDRM_ILI9163) += ili9163.o
|
|
obj-$(CONFIG_TINYDRM_ILI9225) += ili9225.o
|
|
obj-$(CONFIG_TINYDRM_ILI9341) += ili9341.o
|
|
obj-$(CONFIG_TINYDRM_ILI9486) += ili9486.o
|
|
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o
|
|
obj-$(CONFIG_TINYDRM_REPAPER) += repaper.o
|
|
obj-$(CONFIG_TINYDRM_SHARP_MEMORY) += sharp-memory.o
|
|
obj-$(CONFIG_TINYDRM_ST7586) += st7586.o
|
|
obj-$(CONFIG_TINYDRM_ST7735R) += st7735r.o
|