1 # Makefile for all device drivers.
5 .if
${MKIMAGEONLY} != "yes"
8 # Drivers available on all platforms
20 .if
${MACHINE_ARCH} == "i386"
47 .if
${MACHINE_ARCH} == "earm"
62 .
endif # ${MKIMAGEONLY} != "yes"
65 .if
${MKIMAGEONLY} == "yes"
66 # MKIMAGEONLY builds are specialized builds that are targeted
70 .if
${MACHINE_ARCH} == "i386"
77 .
endif # ${MKIMAGEONLY} == "yes"
79 # memory driver must be last for ramdisk image
80 SUBDIR
+= ramdisk .WAIT memory
82 .
include <bsd.subdir.mk
>