The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/mlx5/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 .PATH:  ${SRCTOP}/sys/dev/mlx5/mlx5_core \
    3         ${SRCTOP}/sys/dev/mlx5/mlx5_lib \
    4         ${SRCTOP}/sys/dev/mlx5/mlx5_fpga
    5 
    6 KMOD=mlx5
    7 SRCS= \
    8 mlx5_alloc.c \
    9 mlx5_cmd.c \
   10 mlx5_cq.c \
   11 mlx5_diagnostics.c \
   12 mlx5_eq.c \
   13 mlx5_eswitch.c \
   14 mlx5_fs_cmd.c \
   15 mlx5_fs_tcp.c \
   16 mlx5_fs_tree.c \
   17 mlx5_fw.c \
   18 mlx5_fwdump.c \
   19 mlx5_health.c \
   20 mlx5_mad.c \
   21 mlx5_main.c \
   22 mlx5_mcg.c \
   23 mlx5_mpfs.c \
   24 mlx5_mr.c \
   25 mlx5_pagealloc.c \
   26 mlx5_pd.c \
   27 mlx5_port.c \
   28 mlx5_qp.c \
   29 mlx5_rl.c \
   30 mlx5_srq.c \
   31 mlx5_tls.c \
   32 mlx5_transobj.c \
   33 mlx5_uar.c \
   34 mlx5_vport.c \
   35 mlx5_vsc.c \
   36 mlx5_wq.c \
   37 mlx5_gid.c
   38 SRCS+=  ${LINUXKPI_GENSRCS}
   39 SRCS+=  opt_inet.h opt_inet6.h opt_rss.h opt_ratelimit.h
   40 
   41 CFLAGS+= -I${SRCTOP}/sys/ofed/include
   42 CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
   43 CFLAGS+= ${LINUXKPI_INCLUDES}
   44 
   45 .if defined(CONFIG_BUILD_FPGA)
   46 SRCS+= \
   47         mlx5fpga_cmd.c \
   48         mlx5fpga_core.c \
   49         mlx5fpga_sdk.c \
   50         mlx5fpga_trans.c \
   51         mlx5fpga_xfer.c \
   52         mlx5fpga_ipsec.c
   53 .endif
   54 
   55 EXPORT_SYMS=    YES
   56 
   57 .include <bsd.kmod.mk>
   58 
   59 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}

Cache object: 411a1d89982cb7b4c933c752373ea48b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.