100613b8e043e23da1383ab69e6353d6e7001069
[dragonfly.git] / sys / dev / Makefile
1 .include "../platform/${MACHINE_PLATFORM}/Makefile.inc"
2
3 SUBDIR= \
4         acpica \
5         agp \
6         crypto \
7         disk \
8         drm \
9         drm2 \
10         misc \
11         netif \
12         pccard \
13         powermng \
14         raid \
15         serial \
16         sound \
17         video \
18         virtual
19
20 .if !defined(WANT_USB4BSD)
21 SUBDIR+=usbmisc
22 .endif
23
24 .for dir in ${SUBDIR}
25 .if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*)
26 SUBDIR:= ${SUBDIR:N${dir}}
27 .endif
28 .endfor
29
30 .include <bsd.subdir.mk>