mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00: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>
7 lines
189 B
Makefile
7 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
|