Remove building with NOCRYPTO option
[minix.git] / minix / drivers / storage / Makefile
blobf9f53ee98ac665ccde9101ff2a78185485334783
1 .include <bsd.own.mk>
3 .if ${MKIMAGEONLY} == "no"
4 . if ${MACHINE_ARCH} == "i386"
5 SUBDIR+= ahci
6 SUBDIR+= fbd
7 SUBDIR+= filter
8 SUBDIR+= virtio_blk
9 . endif # ${MACHINE_ARCH} == "i386"
11 . if ${MACHINE_ARCH} == "earm"
12 SUBDIR+= mmc
13 . endif # ${MACHINE_ARCH} == "earm"
15 SUBDIR+= vnd
16 .endif # ${MKIMAGEONLY} == "no"
18 .if ${MACHINE_ARCH} == "i386"
19 SUBDIR+= at_wini
20 SUBDIR+= floppy
21 .endif # ${MACHINE_ARCH} == "i386"
23 # memory driver must be last for ramdisk image.
24 # Everything else must be done before ramdisk as it needs
25 # executables from other targets.
26 SUBDIR+= .WAIT ramdisk .WAIT memory
28 .include <bsd.subdir.mk>