1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/esp
4
5 KMOD= esp
6
7 SRCS= ncr53c9x.c
8 SRCS+= opt_ddb.h opt_cam.h
9 SRCS+= device_if.h bus_if.h
10
11 .if ${MACHINE_ARCH} == "sparc64"
12 SRCS+= esp_sbus.c lsi64854.c ofw_bus_if.h
13 .endif
14
15 .include <bsd.kmod.mk>
Cache object: 71f77eefcbc2ff06f098e882db34b5f4
|