]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netfpga10g/nf10bmac/Makefile
Update ELF Tool Chain to r3614
[FreeBSD/FreeBSD.git] / sys / modules / netfpga10g / nf10bmac / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/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 SRCS+=  opt_netfpga.h
10
11 .if ${MACHINE_CPUARCH} == "mips"
12 SRCS+=  if_nf10bmac_fdt.c ofw_bus_if.h
13 .endif
14
15 .include <bsd.kmod.mk>