More headers for pc64 platform kernel build/linking
[dragonfly/port-amd64.git] / sys / dev / disk / Makefile
blobf9a2e3bfc3d241e99dd9baee0f3dfee891ab7f18
1 # $DragonFly: src/sys/dev/disk/Makefile,v 1.3 2007/01/30 14:50:11 corecode Exp $
4 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
6 SUBDIR= aha aic7xxx ccd ispfw md ncv nsp sbp 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>