Merge branch 'vendor/DIALOG'
[dragonfly.git] / sys / dev / disk / Makefile
1 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
2
3 SUBDIR= ahci ccd dm iscsi isp md mmcsd mpt nata
4 SUBDIR+= nvme sbp sdhci sili sym trm vn vpo
5 SUBDIR+= xdisk
6
7 .for dir in ${SUBDIR}
8 .if empty(DEV_SUPPORT:Mdisk) && \
9         empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*)
10 SUBDIR:= ${SUBDIR:N${dir}}
11 .endif
12 .endfor
13
14 # Empty for concurrent build
15 #
16 SUBDIR_ORDERED=
17
18 .include <bsd.subdir.mk>