How to make CLion recognize linux/init.h and other linux kernel headers?
I am trying to do some Linux Kernel programming with CLion. I observe that some headers, like <linux/kernel.h>
and <linux/module.h>
are correctly recognized, but some others, like <linux/init.h>
are not.