Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2022 21:33:07 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f5a2e7b0e848 - main - linuxkpi: fix module build outside of kernel build environment
Message-ID:  <202203102133.22ALX7dT052393@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203102133.22ALX7dT052393>