mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 19:19:57 +07:00
2695eae1f6
There's nothing special about vboxvideo's fbdev emulation that is not provided by the generic implementation. Switch over and remove the driver's code. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191011134808.3955-2-tzimmermann@suse.de
7 lines
212 B
Makefile
7 lines
212 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
vboxvideo-y := hgsmi_base.o modesetting.o vbva_base.o \
|
|
vbox_drv.o vbox_hgsmi.o vbox_irq.o vbox_main.o \
|
|
vbox_mode.o vbox_ttm.o
|
|
|
|
obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo.o
|