diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2008-05-07 21:16:55 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2008-05-07 21:16:55 +0000 |
| commit | d687c35eeed11df192baea794eddca5b8004a7b7 (patch) | |
| tree | c86e7d6f9b8ded5b741a0b8c9598d78f86f1c220 /sys/modules/isp | |
| parent | 3dc169eab1334664e699771068501e1d366218d1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/isp')
| -rw-r--r-- | sys/modules/isp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
