build - Separate out CFLAGS for kernel & module build
[dragonfly.git] / sys / dev / Makefile
blob33ca7b9e6f30e4e27427880ffedc556d6a426fa7
1 .include "../platform/${MACHINE_PLATFORM}/Makefile.inc"
3 SUBDIR= \
4 acpica \
5 agp \
6 crypto \
7 disk \
8 drm \
9 misc \
10 netif \
11 pccard \
12 powermng \
13 raid \
14 serial \
15 sound \
16 smbus \
17 video \
18 virtual
20 # empty to allow concurrent building
21 SUBDIR_ORDERED=
23 .for dir in ${SUBDIR}
24 .if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*)
25 SUBDIR:= ${SUBDIR:N${dir}}
26 .endif
27 .endfor
29 .include <bsd.subdir.mk>