07f35f4b9a
which are also likely to be irrelevant for sun4v (there's no SBus on sun4v and only some EBus devices). While at it fix some style bugs according to style.Makefile(5) where appropriate. MFC after: 3 days
14 lines
236 B
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>
|