cxgbe(4): fix nvmf_che module build

Fixes: ec0cd28
This commit is contained in:
David E. O'Brien
2025-11-12 17:28:57 -08:00
parent 17b4a0acfa
commit 564cad5638
+6 -2
View File
@@ -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}