Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / netif / vge / Makefile
1 # $DragonFly: src/sys/dev/netif/vge/Makefile,v 1.1 2006/05/20 07:15:17 sephe Exp $
2
3 KMOD=   if_vge
4 SRCS=   if_vge.c
5 SRCS+=  opt_polling.h
6 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
7
8 .ifndef BUILDING_WITH_KERNEL
9 opt_polling.h:
10         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>