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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile

    r28999 r32183  
    55#
    66#
    7 # Copyright (C) 2009 Oracle Corporation
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616#
     17
     18ifneq ($(KBUILD_EXTMOD),)
     19
     20# DKMS
     21
     22obj-m = vboxguest/ vboxsf/ vboxvideo/
     23
     24else # ! KBUILD_EXTMOD
    1725
    1826KBUILD_VERBOSE =
     
    6068        @/sbin/insmod vboxguest.ko
    6169        @if [ -f vboxsf.ko ]; then /sbin/insmod vboxsf.ko; fi
     70
     71endif # ! KBUILD_EXTMOD
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