summarylogtreecommitdiffstats
path: root/dkms.conf
blob: da6af1bbb27d8744ea17a115c604e6ca9aac3ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Linux DKMS config script for the bus1 kernel module

PACKAGE_NAME="bus1"
PACKAGE_VERSION=0.0.0

MAKE[0]="make KERNELVER=${kernelver}"

BUILT_MODULE_NAME="bus1"
BUILT_MODULE_LOCATION="ipc/bus1"
DEST_MODULE_LOCATION="/kernel/ipc/bus1"

AUTOINSTALL=yes