summaryrefslogtreecommitdiffstats
path: root/sys/modules/ata/Makefile
blob: c67ade9d2c0d482fbce00072dc80199bfbef5e36 (plain)
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 atapicam #atacam

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud