aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-03-10 21:31:23 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2022-03-10 21:31:23 +0000
commitf5a2e7b0e8483bf51519046fd149a6a31acef6b1 (patch)
tree9b58717abf4b55114a34e2e84e9db5f7cc80f857
parenta2774a9264eb11b26fc6be4127a8c0da1ead297d (diff)
downloadsrc-f5a2e7b0e8483bf51519046fd149a6a31acef6b1.tar.gz
src-f5a2e7b0e8483bf51519046fd149a6a31acef6b1.zip
linuxkpi: fix module build outside of kernel build environment
MFC after: 3 days
-rw-r--r--sys/modules/linuxkpi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile
index 6a256bf1f8e1..935584e39376 100644
--- a/sys/modules/linuxkpi/Makefile
+++ b/sys/modules/linuxkpi/Makefile
@@ -38,6 +38,7 @@ SRCS= linux_compat.c \
SRCS+= opt_acpi.h acpi_if.h linux_acpi.c
.endif
+SRCS+= opt_ddb.h
SRCS+= ${LINUXKPI_GENSRCS}
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include