diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-05-23 20:24:03 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-05-23 20:24:03 +0000 |
| commit | 09c0e2a4c0ef37d6cbba520942c961563f949629 (patch) | |
| tree | 8e14c97d1a2e4a53e53120293f0a7f92c15492cf /sys/modules/cam | |
| parent | de2ebd2e0d49e3d5377639e91a3c56da41f5c1a3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cam')
| -rw-r--r-- | sys/modules/cam/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index 30f1f8936baf..df0d77d6c8d0 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -2,7 +2,7 @@ S= ${.CURDIR}/../.. -.PATH: $S/cam $S/cam/scsi $S/cam/ata +.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/${MACHINE}/${MACHINE} KMOD= cam @@ -28,6 +28,9 @@ SRCS+= scsi_xpt.c SRCS+= ata_all.c SRCS+= ata_xpt.c SRCS+= ata_da.c +.if exists($S/${MACHINE}/${MACHINE}/ata_machdep.c) +SRCS+= ata_machdep.c +.endif SRCS+= ata_pmp.c EXPORT_SYMS= YES # XXX evaluate |
