mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
12 lines
325 B
Diff
12 lines
325 B
Diff
--- a/Kbuild
|
|
+++ b/Kbuild
|
|
@@ -30,7 +30,7 @@
|
|
# Test module definition
|
|
obj-m := slkm.o testslkm.o
|
|
|
|
-ccflags-y := -I$(src)/include -I$(src) -I$(src)/src
|
|
+ccflags-y := -I$(src)/include -I$(src) -I$(src)/src -iwithprefix include
|
|
|
|
# Functions in the kernel that don't have a 1-to-1 name correlation
|
|
# __HAVE_ARCH_STRLCPY
|