From 07f35f4b9adf4b726cfe4fda27427fc48f33f51d Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sun, 4 May 2008 14:59:25 +0000 Subject: Don't build unused SBus front-ends for sun4v, don't build EBus front-ends 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 --- sys/modules/isp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/isp') diff --git a/sys/modules/isp/Makefile b/sys/modules/isp/Makefile index fbdf1b4c2cc5..1caeef6d21a2 100644 --- a/sys/modules/isp/Makefile +++ b/sys/modules/isp/Makefile @@ -7,7 +7,7 @@ SRCS= bus_if.h device_if.h pci_if.h \ opt_cam.h opt_ddb.h opt_isp.h \ isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c -.if ${MACHINE_ARCH} == sparc64 +.if ${MACHINE} == sparc64 SRCS+= isp_sbus.c ofw_bus_if.h .endif -- cgit v1.3