amd64 port: mainly on the pmap headers, identify_cpu and initcpu
[dragonfly/port-amd64.git] / sys / dev / netif / nge / Makefile
blobe7eeb7c693f50ed2009c69bd2d75320e13f41c0a
1 # $FreeBSD: src/sys/modules/nge/Makefile,v 1.2.2.2 2001/12/04 20:01:53 brooks Exp $
2 # $DragonFly: src/sys/dev/netif/nge/Makefile,v 1.5 2006/06/25 11:02:38 corecode Exp $
4 KMOD= if_nge
5 SRCS= if_nge.c miibus_if.h device_if.h bus_if.h pci_if.h
6 SRCS+= opt_polling.h
7 KMODDEPS = miibus
9 .ifndef BUILDING_WITH_KERNEL
10 opt_polling.h:
11 echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
12 .endif
14 .include <bsd.kmod.mk>