]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/netfpga10g/nf10bmac/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / netfpga10g / nf10bmac / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../dev/netfpga10g/nf10bmac
4
5 KMOD=   if_nf10bmac
6 SRCS=   if_nf10bmac.c
7 SRCS+=  device_if.h bus_if.h pci_if.h
8 SRCS+=  opt_device_polling.h
9
10 .if ${MACHINE_CPUARCH} == "mips"
11 SRCS+=  if_nf10bmac_fdt.c ofw_bus_if.h
12 .endif
13
14 CFLAGS+=        -DDEVICE_POLLING
15
16 .include <bsd.kmod.mk>