Merge branch 'vendor/FILE'
[dragonfly.git] / sys / dev / Makefile
1 # $DragonFly: src/sys/dev/Makefile,v 1.12 2007/01/30 14:50:10 corecode Exp $
2 #
3
4 .include "../platform/${MACHINE_PLATFORM}/Makefile.inc"
5
6 SUBDIR= \
7         acpica5 \
8         agp \
9         bridge \
10         crypto \
11         disk \
12         drm \
13         est \
14         misc \
15         netif \
16         pccard \
17         powermng \
18         raid \
19         serial \
20         sound \
21         usbmisc \
22         video \
23         virtual
24
25 .for dir in ${SUBDIR}
26 .if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*)
27 SUBDIR:= ${SUBDIR:N${dir}}
28 .endif
29 .endfor
30
31 .include <bsd.subdir.mk>