Deleted Added
full compact
Makefile (137532) Makefile (146392)
1# $FreeBSD: head/sys/modules/esp/Makefile 137532 2004-11-10 14:09:52Z trhodes $
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"
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 lsi64854.c ofw_bus_if.h
12SRCS+= esp_sbus.c ofw_bus_if.h
13.endif
14
15.include <bsd.kmod.mk>
13.endif
14
15.include <bsd.kmod.mk>