aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netfpga10g/nf10bmac/Makefile
blob: adc447194c1e815a8fe53da6190224250c575988 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>