drm: struct drm_driver.max_ioctl doesn't exist
[dragonfly.git] / sys / dev / drm / Makefile
1 SUBDIR = drm mga r128 radeon radeonfw savage sis tdfx
2
3 .if ${MACHINE_ARCH} == "x86_64"
4 SUBDIR+= i915
5 .endif
6
7 .include <bsd.obj.mk>
8