Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / drivers / Makefile
blob328c1415cdd48c2afe9ebbf34de1157f0e8b963a
1 .include <bsd.own.mk>
3 .if ${MKIMAGEONLY} == "no"
4 SUBDIR+= audio
5 SUBDIR+= clock
6 SUBDIR+= eeprom
7 SUBDIR+= examples
8 SUBDIR+= iommu
9 SUBDIR+= net
10 SUBDIR+= power
11 SUBDIR+= printer
12 SUBDIR+= sensors
13 SUBDIR+= system
14 SUBDIR+= usb
15 SUBDIR+= video
16 SUBDIR+= vmm_guest
17 .endif # ${MKIMAGEONLY} == "no"
19 # The following folders contain drivers which are always required
20 SUBDIR+= bus
21 SUBDIR+= tty
22 SUBDIR+= hid
24 # BJG - build storage last as the ramdisk depends on some other things
25 SUBDIR+= .WAIT storage
27 .include <bsd.subdir.mk>