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/HostDrivers/linux/Makefile

    r28800 r32183  
    55#
    66#
    7 # Copyright (C) 2008-2009 Oracle Corporation
     7# Copyright (C) 2008-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 = vboxdrv/
     23ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetflt/Makefile),)
     24 obj-m += vboxnetflt/
     25endif
     26ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetadp/Makefile),)
     27 obj-m += vboxnetadp/
     28endif
     29
     30else # ! KBUILD_EXTMOD
     31
     32# convenience Makefile without DKMS
    1733
    1834KBUILD_VERBOSE =
     
    7591                fi; \
    7692        done
     93
     94endif # ! 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