Makefile revision 146392
1# $FreeBSD: head/sys/modules/esp/Makefile 146392 2005-05-19 14:51:10Z marius $
2
3.PATH: ${.CURDIR}/../../dev/esp ${.CURDIR}/../../sparc64/sbus
4
5KMOD=	esp
6
7SRCS=	ncr53c9x.c
8SRCS+=	opt_ddb.h opt_cam.h
9SRCS+=	device_if.h bus_if.h
10
11.if ${MACHINE_ARCH} == "sparc64"
12SRCS+=	esp_sbus.c ofw_bus_if.h
13.endif
14
15.include <bsd.kmod.mk>
16