<sys/poll.h>
[minix3.git] / drivers / Makefile
blobd5c626e3e9da13f9f07af75e14124a2f0da27acb
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 tty pci pckbd
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 pckbd \
21 printer random readclock rtl8139 rtl8169 ti1225 tty uds vbox acpi \
22 virtio_blk virtio_net vnd
23 .endif
25 .if ${MACHINE_ARCH} == "earm"
26 SUBDIR= bmp085 cat24c256 fb gpio i2c mmc lan8710a log readclock \
27 sht21 tda19988 tps65217 tps65950 tsl2550 tty random uds vnd
28 .endif
30 .endif # ${MKIMAGEONLY} != "yes"
32 # memory driver must be last for ramdisk image
33 SUBDIR+= ramdisk .WAIT memory
35 .include <bsd.subdir.mk>