.include "../platform/${MACHINE_PLATFORM}/Makefile.inc" SUBDIR= \ acpica \ agp \ crypto \ disk \ drm \ misc \ netif \ pccard \ powermng \ raid \ serial \ sound \ smbus \ video \ virtual # empty to allow concurrent building SUBDIR_ORDERED= .for dir in ${SUBDIR} .if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*) SUBDIR:= ${SUBDIR:N${dir}} .endif .endfor .include