netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / sys / dev / Makefile
CommitLineData
0955fd91 1.include "../platform/${MACHINE_PLATFORM}/Makefile.inc"
232fee37 2
2de7e9e4 3SUBDIR= \
5db2f26e 4 acpica \
2de7e9e4 5 agp \
2de7e9e4
SS
6 crypto \
7 disk \
8 drm \
2de7e9e4
SS
9 misc \
10 netif \
11 pccard \
12 powermng \
13 raid \
14 serial \
15 sound \
dac37963 16 smbus \
2de7e9e4
SS
17 video \
18 virtual
19
b0d289c2
MD
20# empty to allow concurrent building
21SUBDIR_ORDERED=
22
2de7e9e4
SS
23.for dir in ${SUBDIR}
24.if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*)
25SUBDIR:= ${SUBDIR:N${dir}}
d87174b3 26.endif
2de7e9e4 27.endfor
232fee37 28
ac2e3f5e 29.include <bsd.subdir.mk>