mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 19:06:52 -04:00
18 lines
457 B
Makefile
18 lines
457 B
Makefile
.PATH: ${SRCTOP}/sys/dev/mlx5/mlx5_fpga_tools
|
|
|
|
KMOD=mlx5fpga_tools
|
|
SRCS= \
|
|
mlx5fpga_tools_main.c \
|
|
mlx5fpga_tools_char.c
|
|
|
|
SRCS+= ${LINUXKPI_GENSRCS}
|
|
SRCS+= opt_inet.h opt_inet6.h opt_rss.h opt_ratelimit.h
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/ofed/include
|
|
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
|
|
CFLAGS+= ${LINUXKPI_INCLUDES}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
|
|
CFLAGS+= -DCONFIG_MLX5_FPGA -DCONFIG_MLX5_ACCEL
|