summaryrefslogtreecommitdiffstats
path: root/sys/modules/bce/Makefile
blob: 44b0713fdca88cb23dc61df3f1835592c7007aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
.PATH:	${.CURDIR}/../../dev/bce
KMOD=	if_bce
SRCS=	opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h

#CFLAGS += -DBCE_DEBUG=0

clean:
	rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms
	rm -f *.o *.kld *.ko
	rm -f @ machine x86 miibus_if.h miidevs.h opt_bce.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud