aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ata/Makefile
blob: b01d00f4cbcdb25faa65736f86054098bbc04e72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

SUBDIR = ata
SUBDIR += atacard
.if ${MACHINE} == "pc98"
SUBDIR += atacbus
.else
SUBDIR += ataisa
.endif
SUBDIR += atapci 
SUBDIR += atadisk atapicd atapifd atapist ataraid #atacam

.include <bsd.subdir.mk>