Skip to content

Fix compilation after -isystem option removal on kernel

Jorge Sanjuan Garcia requested to merge isystem_issue into mad-dev

The Linux kernel has removed the -isystem compiler option to avoid accidental inclusion of undesireable headers from version 5.16. This fixes the compilation error an uses the headers included in the kernel tree.

Merge request reports