Deleted Added
full compact
Makefile (265420) Makefile (273135)
1# $FreeBSD$
2#.PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4:${.CURDIR}/../../ofed/include/linux
3.PATH: ${.CURDIR}/../../../../../include/linux
4
5.include <src.opts.mk>
6
7
8KMOD = mlx4

--- 17 unchanged lines hidden (view full) ---

26opt_inet6.h:
27 @echo "#define INET6 1" > ${.TARGET}
28.endif
29.endif
30
31.include <bsd.kmod.mk>
32
33CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
1# $FreeBSD$
2#.PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4:${.CURDIR}/../../ofed/include/linux
3.PATH: ${.CURDIR}/../../../../../include/linux
4
5.include <src.opts.mk>
6
7
8KMOD = mlx4

--- 17 unchanged lines hidden (view full) ---

26opt_inet6.h:
27 @echo "#define INET6 1" > ${.TARGET}
28.endif
29.endif
30
31.include <bsd.kmod.mk>
32
33CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
34