mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
8502e29f65
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.
10 lines
234 B
Plaintext
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
|