SILI - Add the SILI driver to the general module build
[dragonfly.git] / sys / dev / disk / Makefile
blob74388eda3a9afcccdb95d7e0e2164cf199c16b74
1 # $DragonFly: src/sys/dev/disk/Makefile,v 1.4 2008/01/05 08:16:04 pavalos Exp $
4 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
6 SUBDIR= aha ahci aic aic7xxx ccd ispfw md ncv nsp sbp sili stg trm vn vpo
8 .for dir in ${SUBDIR}
9 .if empty(DEV_SUPPORT:Mdisk) && \
10 empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*)
11 SUBDIR:= ${SUBDIR:N${dir}}
12 .endif
13 .endfor
15 .include <bsd.subdir.mk>