xref: /dragonfly/sys/dev/drm/Makefile (revision 655933d6)
1SUBDIR = drm amd radeon radeonfw
2
3.if ${MACHINE_ARCH} == "x86_64"
4SUBDIR+= i915
5.endif
6
7# empty to allow concurrent building
8#
9SUBDIR_ORDERED=
10
11.include <bsd.obj.mk>
12