Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/qlnx/qlnxe/Makefile
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | |||||
| SRCS+=ecore_roce.c | SRCS+=ecore_roce.c | ||||
| SRCS+=ecore_iwarp.c | SRCS+=ecore_iwarp.c | ||||
| SRCS+=ecore_ooo.c | SRCS+=ecore_ooo.c | ||||
| SRCS+=ecore_ll2.c | SRCS+=ecore_ll2.c | ||||
| SRCS+=qlnx_rdma.c | SRCS+=qlnx_rdma.c | ||||
| SRCS+=qlnx_ioctl.c | SRCS+=qlnx_ioctl.c | ||||
| SRCS+=qlnx_os.c | SRCS+=qlnx_os.c | ||||
| SRCS+=opt_inet.h | |||||
| SRCS+= ${LINUXKPI_GENSRCS} | SRCS+= ${LINUXKPI_GENSRCS} | ||||
| .include <bsd.kmod.mk> | .include <bsd.kmod.mk> | ||||
| #CFLAGS += -DQLNX_DEBUG | #CFLAGS += -DQLNX_DEBUG | ||||
| CFLAGS += -DCONFIG_ECORE_L2 | CFLAGS += -DCONFIG_ECORE_L2 | ||||
| CFLAGS += -DECORE_CONFIG_DIRECT_HWFN | CFLAGS += -DECORE_CONFIG_DIRECT_HWFN | ||||
| Show All 22 Lines | |||||