Index: projects/cxl_iscsi/sys/modules/cxgbe/Makefile =================================================================== --- projects/cxl_iscsi/sys/modules/cxgbe/Makefile (revision 279869) +++ projects/cxl_iscsi/sys/modules/cxgbe/Makefile (revision 279870) @@ -1,28 +1,28 @@ # # $FreeBSD$ # SYSDIR?=${.CURDIR}/../.. .include "${SYSDIR}/conf/kern.opts.mk" SUBDIR= if_cxgbe SUBDIR+= if_cxl SUBDIR+= t4_firmware SUBDIR+= t5_firmware SUBDIR+= ${_tom} SUBDIR+= ${_iw_cxgbe} -SUBDIR+= ${_cxgbei} +SUBDIR+= ${_cxgbei} .if ${MACHINE_CPUARCH} == "amd64" _tom= tom -_cxgbei= cxgbei +_cxgbei= cxgbei .if ${MK_OFED} != "no" || defined(ALL_MODULES) _iw_cxgbe= iw_cxgbe .endif .endif .if ${MACHINE_CPUARCH} == "i386" _tom= tom .endif .include Index: projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile =================================================================== --- projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile (revision 279869) +++ projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile (revision 279870) @@ -1,25 +1,24 @@ # $FreeBSD$ -CXGBEI = ${.CURDIR}/../../../dev/cxgbe/cxgbei CXGBE = ${.CURDIR}/../../../dev/cxgbe -.PATH: ${CXGBEI} ${CXGBE}/common +.PATH: ${CXGBE}/cxgbei KMOD= cxgbei -SRCS= cxgbei.c -SRCS+= cxgbei_ulp2_ddp.c -SRCS+= icl_cxgbei.c -SRCS+= bus_if.h -SRCS+= device_if.h -SRCS+= opt_inet.h -SRCS+= opt_inet6.h -SRCS+= opt_ofed.h -SRCS+= pci_if.h +SRCS= cxgbei.c +SRCS+= cxgbei_ulp2_ddp.c +SRCS+= icl_cxgbei.c +SRCS+= bus_if.h +SRCS+= device_if.h +SRCS+= opt_inet.h +SRCS+= opt_inet6.h +SRCS+= opt_ofed.h +SRCS+= pci_if.h SRCS+= opt_cam.h SRCS+= icl_conn_if.h CFLAGS+= -I${CXGBE} MFILES= kern/bus_if.m kern/device_if.m dev/iscsi/icl_conn_if.m dev/pci/pci_if.m .include