Deleted Added
full compact
Makefile (133589) Makefile (137532)
1# $FreeBSD: head/sys/modules/esp/Makefile 133589 2004-08-12 17:41:33Z marius $
1# $FreeBSD: head/sys/modules/esp/Makefile 137532 2004-11-10 14:09:52Z trhodes $
2
2
3.PATH: ${.CURDIR}/../../dev/esp
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 lsi64854.c ofw_bus_if.h
13.endif
14
15.include <bsd.kmod.mk>
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 lsi64854.c ofw_bus_if.h
13.endif
14
15.include <bsd.kmod.mk>