Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we don't break conditional compilation
At the moment, any mistake passing the kernel configuration for conditional compilation means we break things silently, like initcall handling which implies panics or memory corruption [1]. Let's prevent that from happening again. [1] #23 Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
- Loading branch information