1 # Makefile for all device drivers.
6 .if
${MKIMAGEONLY} == "yes"
8 .if
${MACHINE_ARCH} == "i386"
9 SUBDIR
= at_wini floppy tty pci pckbd
12 .if
${MACHINE_ARCH} == "earm"
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
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
30 .
endif # ${MKIMAGEONLY} != "yes"
32 # memory driver must be last for ramdisk image
33 SUBDIR
+= ramdisk .WAIT memory
35 .
include <bsd.subdir.mk
>