| Thomas Hellstrom | ba4e7d9 | 2009-06-10 15:20:19 +0200 | [diff] [blame] | 1 | # | 
 | 2 | # Makefile for the drm device driver.  This driver provides support for the | 
 | 3 |  | 
 | 4 | ccflags-y := -Iinclude/drm | 
 | 5 | ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \ | 
| Dave Airlie | ba4420c | 2010-03-09 10:56:52 +1000 | [diff] [blame] | 6 | 	ttm_bo_util.o ttm_bo_vm.o ttm_module.o \ | 
| Ben Skeggs | d961db7 | 2010-08-05 10:48:18 +1000 | [diff] [blame] | 7 | 	ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \ | 
 | 8 | 	ttm_bo_manager.o | 
| Thomas Hellstrom | ba4e7d9 | 2009-06-10 15:20:19 +0200 | [diff] [blame] | 9 |  | 
| Konrad Rzeszutek Wilk | 2334b75 | 2011-11-03 16:46:34 -0400 | [diff] [blame] | 10 | ifeq ($(CONFIG_SWIOTLB),y) | 
 | 11 | ttm-y += ttm_page_alloc_dma.o | 
 | 12 | endif | 
 | 13 |  | 
| Thomas Hellstrom | ba4e7d9 | 2009-06-10 15:20:19 +0200 | [diff] [blame] | 14 | obj-$(CONFIG_DRM_TTM) += ttm.o |