Files
chipsec-chipsec/drivers/linux/dkms.conf
T
abazhaniuk f2dd9ad515 add DKMS support (#132)
* add DKMS support

* remove unnecessary functions

* moved get_version to defines

* raise an exception
2016-12-06 00:46:12 -08:00

10 lines
238 B
Plaintext

MAKE="make -C . KERNELDIR=/lib/modules/${kernelver}/build"
CLEAN="make clean -C ."
BUILT_MODULE_NAME=chipsec
BUILT_MODULE_LOCATION=.
PACKAGE_NAME=chipsec
DEST_MODULE_LOCATION="/extra"
PACKAGE_VERSION=1.2.5
REMAKE_INITRD=no
AUTOINSTALL=no