Files
chipsec-chipsec/drivers/linux/dkms.conf
T
Nicolas Iooss 8502e29f65 Override KSRC instead of KERNELDIR in dkms.conf
As `drivers/linux/Makefile` uses `KSRC` to define the kernel source
directory, override this variable in DKMS configuration directly.

This fixes building the Linux kernel module with dkms on Ubuntu 20.04.
2021-03-31 11:47:08 -07:00

10 lines
234 B
Plaintext

MAKE="make -C . KSRC=/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.5.10
REMAKE_INITRD=no
AUTOINSTALL=no