mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
248a86fc30
For consistency with other drivers, use dashes instead of underscores in filenames. Signed-off-by: Thierry Reding <treding@nvidia.com>
7 lines
224 B
Makefile
7 lines
224 B
Makefile
ccflags-y := -Iinclude/drm
|
|
|
|
obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o
|
|
obj-$(CONFIG_DRM_DW_HDMI_AHB_AUDIO) += dw-hdmi-ahb-audio.o
|
|
obj-$(CONFIG_DRM_NXP_PTN3460) += nxp-ptn3460.o
|
|
obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
|