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

SUBDIR = atacore
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