diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2008-05-04 14:59:25 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2008-05-04 14:59:25 +0000 |
| commit | 07f35f4b9adf4b726cfe4fda27427fc48f33f51d (patch) | |
| tree | d204b38fdb89bb28aab25b0b3da7863afa593e7e /sys/modules/isp | |
| parent | 60e2edce550f65ba286a8e2c9191c8b211a398a6 (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 |
