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 (16 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# dkms.conf for Dynamic Kernel Module Support
# http://linux.dell.com/dkms/dkms.html for more info

PACKAGE_VERSION=v3.0d

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