mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
10 lines
238 B
Plaintext
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.3.0
|
|
REMAKE_INITRD=no
|
|
AUTOINSTALL=no
|