diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2025-11-13 01:28:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2025-11-13 01:34:00 +0000 |
| commit | 564cad5638d219d5712a8ac61dafa6f804518cab (patch) | |
| tree | c645e17432ea45657fb0c6f643a205fdf37e3e17 | |
| parent | 17b4a0acfaf5e58a04232c756a79d73649ead231 (diff) | |
cxgbe(4): fix nvmf_che module build
Fixes: ec0cd28
| -rw-r--r-- | sys/modules/cxgbe/nvmf_che/Makefile | 8 |
1 files 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} |
