Skip to content

lisa/_assets/kmodules/lisa: Fix MODULE_SRC definition

Darryl Green requested to merge github/fork/mrkajetanp/kmod-in-tree into main

Created by: mrkajetanp

The $(src) variable contains either the path to the module on its own in out-of-tree builds or the path relative to $(srctree) in in-tree builds. Fix the definition of MODULE_SRC to account for that discrepancy.

Merge request reports