Create a kernel option BGE_FAKE_AUTONEG for IBM/Intel blade servers,
[dragonfly.git] / sys / dev / netif / bge / Makefile
1 # $FreeBSD: src/sys/modules/bge/Makefile,v 1.1.2.2 2001/12/04 20:01:53 brooks Exp $
2 # $DragonFly: src/sys/dev/netif/bge/Makefile,v 1.4 2005/08/22 18:29:52 joerg Exp $
3
4 KMOD=   if_bge
5 SRCS=   if_bge.c
6 SRCS+=  opt_bge.h opt_bdg.h
7 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
8 KMODDEPS = miibus
9
10 .include <bsd.kmod.mk>