blob: b256d4adfafe76710cf1dd6e3b03371e03f7fd46 [file] [log] [blame]
Thomas Hellstromba4e7d92009-06-10 15:20:19 +02001#
2# Makefile for the drm device driver. This driver provides support for the
3
4ccflags-y := -Iinclude/drm
5ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
Dave Airlieba4420c2010-03-09 10:56:52 +10006 ttm_bo_util.o ttm_bo_vm.o ttm_module.o \
Pauli Nieminen1403b1a2010-04-01 12:44:57 +00007 ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o
Thomas Hellstromba4e7d92009-06-10 15:20:19 +02008
9obj-$(CONFIG_DRM_TTM) += ttm.o