VirtualBox

Ignore:
Timestamp:
Sep 1, 2010 3:53:42 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65467
Message:

Linux Installer/Additions: attempt to properly register the host/guest kernel modules at DKMS and use the setup function of the service script to compile the modules instead of doing this separately in the installer scripts

Location:
trunk/src/VBox/Additions/linux/drm
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/Makefile.kmk

    r31900 r32183  
    55
    66#
    7 # Copyright (C) 2006-2007 Oracle Corporation
     7# Copyright (C) 2006-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    3434vboxvideo_drm-mod_MODE        = a+r,u+w
    3535vboxvideo_drm-mod_SOURCES     = $(subst ",,$(FILES_VBOXVIDEO_DRM_NOBIN))
    36 vboxvideo_drm-mod_SOURCES    += $(PATH_vboxvideo_drm-mod)/dkms.conf
    37 vboxvideo_drm-mod_CLEAN      += $(PATH_vboxvideo_drm-mod)/dkms.conf
    3836
    3937vboxvideo_drm-sh_INST        = $(INST_ADDITIONS)src/vboxvideo/
     
    8280        $(QUIET)chmod 0755 $@
    8381
    84 $$(PATH_vboxvideo_drm-mod)/dkms.conf: \
    85                 $(PATH_SUB_CURRENT)/dkms.conf \
    86                 $(VBOX_VERSION_STAMP) \
    87                 | $$(dir $$@)
    88         $(call MSG_TOOL,Creating,,$@)
    89         $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@
    90 
    9182include $(KBUILD_PATH)/subfooter.kmk
    9283
  • trunk/src/VBox/Additions/linux/drm/Makefile.module

    r28800 r32183  
    44# (For 2.6.x this file must be 'Makefile'!)
    55#
    6 # Copyright (C) 2006-2007 Oracle Corporation
     6# Copyright (C) 2006-2010 Oracle Corporation
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
     
    150150 endif
    151151 INCL    += $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
     152 INCL    += $(addprefix -I$(KBUILD_EXTMOD)/vboxvideo,/ /include /r0drv/linux)
    152153 export INCL
    153154endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette