xref: /dragonfly/sys/dev/Makefile (revision c585ae0f)
10955fd91SMatthew Dillon.include "../platform/${MACHINE_PLATFORM}/Makefile.inc"
2232fee37SMatthew Dillon
32de7e9e4SSimon SchubertSUBDIR=	\
45db2f26eSSascha Wildner	acpica \
52de7e9e4SSimon Schubert	agp \
62de7e9e4SSimon Schubert	crypto \
72de7e9e4SSimon Schubert	disk \
82de7e9e4SSimon Schubert	drm \
92de7e9e4SSimon Schubert	misc \
102de7e9e4SSimon Schubert	netif \
112de7e9e4SSimon Schubert	pccard \
122de7e9e4SSimon Schubert	powermng \
132de7e9e4SSimon Schubert	raid \
142de7e9e4SSimon Schubert	sound \
15dac37963SMatthew Dillon	smbus \
162de7e9e4SSimon Schubert	video \
172de7e9e4SSimon Schubert	virtual
182de7e9e4SSimon Schubert
19*b0d289c2SMatthew Dillon# empty to allow concurrent building
20*b0d289c2SMatthew DillonSUBDIR_ORDERED=
21*b0d289c2SMatthew Dillon
222de7e9e4SSimon Schubert.for dir in ${SUBDIR}
232de7e9e4SSimon Schubert.if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*)
242de7e9e4SSimon SchubertSUBDIR:= ${SUBDIR:N${dir}}
25232fee37SMatthew Dillon.endif
262de7e9e4SSimon Schubert.endfor
27232fee37SMatthew Dillon
28ac2e3f5eSMatthew Dillon.include <bsd.subdir.mk>
29