]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mlx4en/Makefile
In m_pulldown(), before trying to prepend bytes to the subsequent mbuf,
[FreeBSD/FreeBSD.git] / sys / modules / mlx4en / Makefile
1 # $FreeBSD$
2 .PATH:  ${SRCTOP}/sys/dev/mlx4/mlx4_en
3
4 KMOD=   mlx4en
5 SRCS=   device_if.h bus_if.h pci_if.h vnode_if.h \
6         opt_inet.h opt_inet6.h \
7         mlx4_en_cq.c \
8         mlx4_en_main.c \
9         mlx4_en_netdev.c \
10         mlx4_en_port.c \
11         mlx4_en_resources.c \
12         mlx4_en_rx.c \
13         mlx4_en_tx.c
14
15 CFLAGS+= -I${SRCTOP}/sys/ofed/include
16 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
17
18 .include <bsd.kmod.mk>