mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
configs. Switch the BERI_NETFPGA_MDROOT to 64bit by default. Give we have working interrupts also cleanup the extra polling CFLAGS from the module Makefile. MFC after: 2 weeks
15 lines
292 B
Makefile
15 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/netfpga10g/nf10bmac
|
|
|
|
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
|
|
|
|
.include <bsd.kmod.mk>
|