mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 13:26:41 +07:00
c162215f57
The separate file fsl_dcu_drm_fbdev.c only initialized fbdev emulation which is a one-line operation. There is not much more code on sight which justifies a separate file, hence call the initialization helper directly from the drv file. Signed-off-by: Stefan Agner <stefan@agner.ch>
8 lines
189 B
Makefile
8 lines
189 B
Makefile
fsl-dcu-drm-y := fsl_dcu_drm_drv.o \
|
|
fsl_dcu_drm_kms.o \
|
|
fsl_dcu_drm_rgb.o \
|
|
fsl_dcu_drm_plane.o \
|
|
fsl_dcu_drm_crtc.o \
|
|
fsl_tcon.o
|
|
obj-$(CONFIG_DRM_FSL_DCU) += fsl-dcu-drm.o
|