]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/fxp/Makefile
Merge clang 7.0.1 and several follow-up changes
[FreeBSD/FreeBSD.git] / sys / modules / fxp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/fxp
4
5 KMOD=   if_fxp
6 SRCS=   device_if.h bus_if.h if_fxp.c inphy.c miibus_if.h miidevs.h pci_if.h
7
8 .include <bsd.kmod.mk>
9
10 CWARNFLAGS+=    ${NO_WARRAY_BOUNDS}