1# $FreeBSD: releng/10.2/sys/modules/esp/Makefile 227006 2011-11-01 21:26:57Z marius $
2
3.PATH: ${.CURDIR}/../../dev/esp
4
5KMOD=	esp
6SRCS=	device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if}
7SRCS+=	opt_cam.h pci_if.h
8
9.if ${MACHINE} == "sparc64"
10ofw_bus_if=	ofw_bus_if.h
11esp_sbus=	esp_sbus.c
12.endif
13
14.include <bsd.kmod.mk>
15