| 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 |
|
|---|
| 17 | PACKAGE_NAME="vboxguest"
|
|---|
| 18 | PACKAGE_VERSION=4.3.2
|
|---|
| 19 | AUTOINSTALL=yes
|
|---|
| 20 |
|
|---|
| 21 | BUILT_MODULE_NAME[0]="vboxguest"
|
|---|
| 22 | BUILT_MODULE_LOCATION[0]="vboxguest"
|
|---|
| 23 | DEST_MODULE_LOCATION[0]="/kernel/misc"
|
|---|
| 24 |
|
|---|
| 25 | BUILT_MODULE_NAME[1]="vboxsf"
|
|---|
| 26 | BUILT_MODULE_LOCATION[1]="vboxsf"
|
|---|
| 27 | DEST_MODULE_LOCATION[1]="/kernel/misc"
|
|---|
| 28 |
|
|---|
| 29 | #BUILT_MODULE_NAME[2]="vboxvideo"
|
|---|
| 30 | #BUILT_MODULE_LOCATION[2]="vboxvideo"
|
|---|
| 31 | #DEST_MODULE_LOCATION[2]="/kernel/misc"
|
|---|