freebsd_amp_hwpstate/sys/modules/esp/Makefile

14 lines
236 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/esp
KMOD= esp
SRCS= device_if.h ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if} opt_cam.h
.if ${MACHINE} == "sparc64"
ofw_bus_if= ofw_bus_if.h
esp_sbus= esp_sbus.c
.endif
.include <bsd.kmod.mk>