HAMMER Utilities: MFC work to date.
[dragonfly.git] / sys / dev / netif / bge / Makefile
blob94efe71ec653c0c4662defd2ac79694c938e6464
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.9 2008/06/25 13:00:09 sephe Exp $
4 KMOD= if_bge
5 SRCS= if_bge.c
6 SRCS+= miibus_if.h device_if.h bus_if.h pci_if.h
7 SRCS+= opt_polling.h opt_ktr.h opt_ethernet.h
8 KMODDEPS = miibus
10 .ifndef BUILDING_WITH_KERNEL
11 opt_polling.h:
12 echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
14 opt_ethernet.h:
15 touch ${.OBJDIR}/${.TARGET}
16 .endif
18 .include <bsd.kmod.mk>