drm - Used fixed start address instead of vm_map_hint() in i915_gem_mmap_ioctl()
[dragonfly.git] / sys / dev / drm / Makefile
1 SUBDIR = drm radeon radeonfw
2
3 .if ${MACHINE_ARCH} == "x86_64"
4 SUBDIR+= i915
5 .endif
6
7 # empty to allow concurrent building
8 #
9 SUBDIR_ORDERED=
10
11 .include <bsd.obj.mk>