kernel: Replace struct device* by device_t
[dragonfly.git] / sys / dev / virtual / Makefile
blobc662c77c305fecd5961d4ba65eed64854cd230e9
1 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
3 SUBDIR= vkernel virtio hyperv
5 .for dir in ${SUBDIR}
6 .if empty(DEV_SUPPORT:Mvirtual) && \
7 empty(DEV_SUPPORT:Mvirtual/${dir}) && empty(DEV_SUPPORT:Mvirtual/${dir}/*)
8 SUBDIR:= ${SUBDIR:N${dir}}
9 .endif
10 .endfor
12 .include <bsd.subdir.mk>