opnsense-src/sys/modules/esp/Makefile
Franco Fichtner 402e7dde73 src: initial commit based on FreeBSD-10.0
Taken from:	https://github.com/freebsd/freebsd.git
Commit id:	d44ce30d3054a38723f89a161c5e003e64d1aaae
2014-11-09 09:30:14 +01:00

14 lines
262 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/esp
KMOD= esp
SRCS= device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if}
SRCS+= opt_cam.h pci_if.h
.if ${MACHINE} == "sparc64"
ofw_bus_if= ofw_bus_if.h
esp_sbus= esp_sbus.c
.endif
.include <bsd.kmod.mk>