Initial import of binutils 2.22 on the new vendor branch
[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.10 2008/09/17 08:51:29 sephe Exp $
3
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
8
9 .ifndef BUILDING_WITH_KERNEL
10 opt_polling.h:
11         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>