summaryrefslogtreecommitdiffstats
path: root/sys/modules/esp/Makefile
blob: 40bbc44f916d2f9edfe321a57b6cfed5b6ba38b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/esp

KMOD=	esp

SRCS=	ncr53c9x.c
SRCS+=	opt_ddb.h opt_cam.h
SRCS+=	device_if.h bus_if.h

.if ${MACHINE_ARCH} == "sparc64"
SRCS+=	esp_sbus.c lsi64854.c
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud