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 @@ -1,12 +1,16 @@ CXGBE = ${SRCTOP}/sys/dev/cxgbe .PATH: ${CXGBE}/nvmf 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} .include