this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix paths in LKM build

+2 -2
+2 -2
src/lkm/Makefile
··· 1 - ccflags-y := -I$(src)/../kernel-include \ 2 - -I$(src)/../platform-include \ 1 + ccflags-y := -I$(src)/../../kernel-include \ 2 + -I$(src)/../../platform-include \ 3 3 -I$(src)/../libc/include \ 4 4 -DMACH_KERNEL_PRIVATE \ 5 5 -DDARLING_DEBUG \