summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/linux/drm/Makefile.module.kms
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-05-24 13:37:42 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-05-24 13:37:42 +0000
commit37db1ab5264d4932f8eafd58dcc5df1ad82ac70a (patch)
tree9ebc3fd57646625a8ed9f287068cf8df42008a92 /src/VBox/Additions/linux/drm/Makefile.module.kms
parenta0eb0bb200683a07d1e1c6be24457e16d7759626 (diff)
downloadVirtualBox-svn-37db1ab5264d4932f8eafd58dcc5df1ad82ac70a.tar.gz
bugref:8524: Additions/linux: play nicely with distribution-installed Additions
Re-arrange the file structure of the guest graphics APIs to make it easier to only include the necessary parts in the Linux vboxvideo driver. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@67066 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Additions/linux/drm/Makefile.module.kms')
-rw-r--r--src/VBox/Additions/linux/drm/Makefile.module.kms2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Additions/linux/drm/Makefile.module.kms b/src/VBox/Additions/linux/drm/Makefile.module.kms
index 5cf01d916ce..017962c7e49 100644
--- a/src/VBox/Additions/linux/drm/Makefile.module.kms
+++ b/src/VBox/Additions/linux/drm/Makefile.module.kms
@@ -34,7 +34,7 @@ ifneq ($(KERN_VERSION),24)
MOD_NAME = vboxvideo
-MOD_OBJS = HGSMIGuest.o HGSMICommon.o HGSMIMemAlloc.o \
+MOD_OBJS = HGSMIBase.o HGSMIBufferAlloc.o HGSMICommon.o HGSMIMemAlloc.o \
Modesetting.o vbox_drv.o vbox_fb.o vbox_irq.o vbox_main.o \
vbox_mode.o vbox_ttm.o VBVABase.o vbox_prime.o