File: Makefile

package info (click to toggle)
kfreebsd-10 10.1~svn274115-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 226,112 kB
  • sloc: ansic: 4,140,771; asm: 48,128; makefile: 11,880; yacc: 4,834; awk: 3,455; lex: 1,710; sh: 1,234; python: 203; perl: 89; sed: 4
file content (16 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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

.if ${MACHINE_CPUARCH} == "mips"
SRCS+=	if_nf10bmac_fdt.c ofw_bus_if.h
.endif

CFLAGS+=	-DDEVICE_POLLING

.include <bsd.kmod.mk>