File: dkms.conf

package info (click to toggle)
loop-aes 3.1d-13etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,508 kB
  • ctags: 834
  • sloc: ansic: 4,467; asm: 1,786; sh: 579; makefile: 574; python: 53
file content (12 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# dkms.conf for Dynamic Kernel Module Support
# http://linux.dell.com/dkms/dkms.html for more info

PACKAGE_VERSION=v3.1d

# Items below here should not have to change with each driver version
PACKAGE_NAME="loop-AES"
MAKE[0]="make MODINST=n RUNDM=n LINUX_SOURCE=${kernel_source_dir}"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="loop"
# WARNING - nonstandard installation location
DEST_MODULE_LOCATION[0]="/kernel/drivers/block"