Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115928397
D36684.id111027.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
795 B
Referenced Files
None
Subscribers
None
D36684.id111027.diff
View Options
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -293,7 +293,8 @@
.endif
# Linux Kernel Programming Interface C-flags
-LINUXKPI_INCLUDES= -I$S/compat/linuxkpi/common/include
+LINUXKPI_INCLUDES= -I$S/compat/linuxkpi/common/include \
+ -I$S/compat/linuxkpi/dummy/include
LINUXKPI_C= ${NORMAL_C} ${LINUXKPI_INCLUDES}
# Infiniband C flags. Correct include paths and omit errors that linux
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -109,7 +109,8 @@
opt_stack.h
LINUXKPI_INCLUDES+= \
- -I${SYSDIR}/compat/linuxkpi/common/include
+ -I${SYSDIR}/compat/linuxkpi/common/include \
+ -I${SYSDIR}/compat/linuxkpi/dummy/include
CFLAGS+= ${WERROR}
CFLAGS+= -D_KERNEL
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 1:04 PM (2 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17881770
Default Alt Text
D36684.id111027.diff (795 B)
Attached To
Mode
D36684: LinuxKPI: add the "dummy" includes directory to builds
Attached
Detach File
Event Timeline
Log In to Comment