mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
fbf45bd56c
It was previously possible to build Chipsec kernel module for a different Linux
kernel than the running one, and ff4a273 broke that possibility.
Bring that back just by giving a way to override the KSRC variable when calling
the Makefile.
Fix issue #1122