Skip to content
Commit 9eb689dc authored by Kajetan Puchalski's avatar Kajetan Puchalski Committed by Douglas Raillard
Browse files

lisa._kmod: LISAFtraceDynamicKmod: Detect modules built in-tree



FEATURE

Override the install() method for LISAFtraceDynamicKmod to be able to
handle modules built in-tree and kept in the kernel modules directory.

The method will try to load the module using insmod while checking
whether the version the module was built with matches the Lisa checkout.
If the module version doesn't match, the build will fail with an error.
If the module can't be found in the modules directory, it will fall back
to the default way of building the module.

Signed-off-by: Kajetan Puchalski's avatarKajetan Puchalski <kajetan.puchalski@arm.com>
parent 11765a0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment