build - Parallelize kernel module build
[dragonfly.git] / sys / dev / drm / Makefile
blob03069e45f349e5f5c4c45568f87ed3ab9bb04f16
1 SUBDIR = drm radeon radeonfw
3 .if ${MACHINE_ARCH} == "x86_64"
4 SUBDIR+= i915
5 .endif
7 # empty to allow concurrent building
9 SUBDIR_ORDERED=
11 .include <bsd.obj.mk>