xref: /freebsd-14.2/sys/modules/fxp/Makefile (revision 031beb4e)
1
2.PATH: ${SRCTOP}/sys/dev/fxp
3
4KMOD=	if_fxp
5SRCS=	device_if.h bus_if.h if_fxp.c inphy.c miibus_if.h miidevs.h pci_if.h opt_platform.h
6
7.include <bsd.kmod.mk>
8