git: f5a2e7b0e848 - main - linuxkpi: fix module build outside of kernel build environment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Mar 2022 21:33:07 UTC
The branch main has been updated by eugen:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5a2e7b0e8483bf51519046fd149a6a31acef6b1
commit f5a2e7b0e8483bf51519046fd149a6a31acef6b1
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-03-10 21:31:23 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-03-10 21:31:23 +0000
linuxkpi: fix module build outside of kernel build environment
MFC after: 3 days
---
sys/modules/linuxkpi/Makefile | 1 +
1 file changed, 1 insertion(+)
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