]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bce/Makefile
genet: add module (if_genet.ko)
[FreeBSD/FreeBSD.git] / sys / modules / bce / Makefile
1 .PATH:  ${SRCTOP}/sys/dev/bce
2 KMOD=   if_bce
3 SRCS=   opt_platform.h opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
4
5 #CFLAGS += -DBCE_DEBUG=0
6
7 .include <bsd.kmod.mk>