summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-11 06:37:52 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-14 08:39:17 +0100
commit19b85cfabf5c78834c4374347846ca80784e9e42 (patch)
treeef1f23fad521e88ebd098f2831373bf56577f033 /drivers/gpu/drm/bochs/Makefile
parent60119b0ba0e783cb170d7748c0f12e5d45fa3f2c (diff)
downloadlinux-19b85cfabf5c78834c4374347846ca80784e9e42.tar.bz2
drm/bochs: move remaining fb bits to kms
bochs_fbdev.c is almost empty now. Move the remaining framebuffer bits over to bochs_kms.c. Pure code motion. No functional change. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20190111053752.4004-17-kraxel@redhat.com
Diffstat (limited to 'drivers/gpu/drm/bochs/Makefile')
-rw-r--r--drivers/gpu/drm/bochs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bochs/Makefile b/drivers/gpu/drm/bochs/Makefile
index 98ef60a19e8f..e9e0f8f5eb5b 100644
--- a/drivers/gpu/drm/bochs/Makefile
+++ b/drivers/gpu/drm/bochs/Makefile
@@ -1,3 +1,3 @@
-bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_fbdev.o bochs_hw.o
+bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_hw.o
obj-$(CONFIG_DRM_BOCHS) += bochs-drm.o