mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 13:57:27 +07:00
330b48bd70
Use vendor prefixes for Kconfig symbols and filenames. This should make it easier to identify the various bridge drivers and to organize the directory. v2: fix object name for dw-hdmi (Fabio Estevam) Signed-off-by: Thierry Reding <treding@nvidia.com>
6 lines
165 B
Makefile
6 lines
165 B
Makefile
ccflags-y := -Iinclude/drm
|
|
|
|
obj-$(CONFIG_DRM_DW_HDMI) += dw_hdmi.o
|
|
obj-$(CONFIG_DRM_NXP_PTN3460) += nxp-ptn3460.o
|
|
obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
|