aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2014-06-26 17:20:45 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2014-06-26 17:20:45 +0000
commit62820660cc957a5a8408fae505dff7d53da38842 (patch)
tree87eff14a798c1ef9bf51872dd450b8057e60354c /sys/modules
parent896d1f7723a817078568b33410d64823b6c92fb6 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netfpga10g/nf10bmac/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/netfpga10g/nf10bmac/Makefile b/sys/modules/netfpga10g/nf10bmac/Makefile
index 06636d9e5b72..adc447194c1e 100644
--- a/sys/modules/netfpga10g/nf10bmac/Makefile
+++ b/sys/modules/netfpga10g/nf10bmac/Makefile
@@ -6,11 +6,10 @@ KMOD= if_nf10bmac
SRCS= if_nf10bmac.c
SRCS+= device_if.h bus_if.h pci_if.h
SRCS+= opt_device_polling.h
+SRCS+= opt_netfpga.h
.if ${MACHINE_CPUARCH} == "mips"
SRCS+= if_nf10bmac_fdt.c ofw_bus_if.h
.endif
-CFLAGS+= -DDEVICE_POLLING
-
.include <bsd.kmod.mk>