xref: /trueos/sys/modules/bce/Makefile (revision 7a1ab70b9590c4c122be3d913b579be45424f95a)
1# $FreeBSD$
2.PATH:	${.CURDIR}/../../dev/bce
3KMOD=	if_bce
4SRCS=	opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
5
6#CFLAGS += -DBCE_DEBUG=0
7
8.include <bsd.kmod.mk>
9