virtio: virtio-blk driver
[minix3.git] / drivers / Makefile
blob8e3e66e4c6fc22077052e0f864b1bb4c868c242c
1 # Makefile for all device drivers.
4 .include <bsd.own.mk>
6 .if ${MKIMAGEONLY} == "yes"
8 .if ${MACHINE_ARCH} == "i386"
9 SUBDIR= at_wini floppy log tty pci
10 .endif
12 .if ${MACHINE_ARCH} == "earm"
13 SUBDIR= tty
14 .endif
16 .else # ${MKIMAGEONLY} != "yes"
18 .if ${MACHINE_ARCH} == "i386"
19 SUBDIR= ahci amddev atl2 at_wini audio dec21140A dp8390 dpeth \
20 e1000 fbd filter floppy fxp hello lance log mmc orinoco pci printer \
21 random readclock rtl8139 rtl8169 ti1225 tty vbox acpi \
22 virtio_blk
23 .endif
25 .if ${MACHINE_ARCH} == "earm"
26 SUBDIR= mmc tty
27 .endif
29 .endif # ${MKIMAGEONLY} != "yes"
31 # memory driver must be last for ramdisk image
32 SUBDIR+= ramdisk .WAIT memory
34 .include <bsd.subdir.mk>