VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/linux/dkms.conf@ 35920

Last change on this file since 35920 was 35920, checked in by vboxsync, 14 years ago

PCI: Linux driver

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1## @file
2# Linux DKMS config script for the VirtualBox guest kernel modules
3#
4
5#
6# Copyright (C) 2006-2010 Oracle Corporation
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License (GPL) as published by the Free Software
12# Foundation, in version 2 as it comes in the "COPYING" file of the
13# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16
17PACKAGE_NAME="vboxhost"
18PACKAGE_VERSION=_VERSION_
19AUTOINSTALL=yes
20
21BUILT_MODULE_NAME[0]="vboxdrv"
22BUILT_MODULE_LOCATION[0]="vboxdrv"
23DEST_MODULE_LOCATION[0]="/kernel/misc"
24
25_OMIT_VBOXNETFLT_BUILT_MODULE_NAME[1]="vboxnetflt"
26_OMIT_VBOXNETFLT_BUILT_MODULE_LOCATION[1]="vboxnetflt"
27_OMIT_VBOXNETFLT_DEST_MODULE_LOCATION[1]="/kernel/misc"
28
29_OMIT_VBOXNETADP_BUILT_MODULE_NAME[2]="vboxnetadp"
30_OMIT_VBOXNETADP_BUILT_MODULE_LOCATION[2]="vboxnetadp"
31_OMIT_VBOXNETADP_DEST_MODULE_LOCATION[2]="/kernel/misc"
32
33_OMIT_VBOXPCI_BUILT_MODULE_NAME[1]="vboxpci"
34_OMIT_VBOXPCI_BUILT_MODULE_LOCATION[1]="vboxpci"
35_OMIT_VBOXPCI_DEST_MODULE_LOCATION[1]="/kernel/misc"
Note: See TracBrowser for help on using the repository browser.

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