Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2025 01:36:17 GMT
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 564cad5638d2 - main - cxgbe(4): fix nvmf_che module build
Message-ID:  <202511130136.5AD1aHRg075608@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by obrien:

URL: https://cgit.FreeBSD.org/src/commit/?id=564cad5638d219d5712a8ac61dafa6f804518cab

commit 564cad5638d219d5712a8ac61dafa6f804518cab
Author:     David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2025-11-13 01:28:57 +0000
Commit:     David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2025-11-13 01:34:00 +0000

    cxgbe(4): fix nvmf_che module build
    
    Fixes: ec0cd28
---
 sys/modules/cxgbe/nvmf_che/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys/modules/cxgbe/nvmf_che/Makefile b/sys/modules/cxgbe/nvmf_che/Makefile
index f44b92562588..143904d61c71 100644
--- a/sys/modules/cxgbe/nvmf_che/Makefile
+++ b/sys/modules/cxgbe/nvmf_che/Makefile
@@ -4,8 +4,12 @@ CXGBE = ${SRCTOP}/sys/dev/cxgbe
 
 KMOD=	nvmf_che
 
-SRCS=	nvmf_che.c
-SRCS+=	opt_inet.h
+SRCS=	\
+	nvmf_che.c \
+	opt_inet.h \
+	bus_if.h \
+	device_if.h \
+	pci_if.h \
 
 CFLAGS+= -I${CXGBE}
 


home | help

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