2009-06-10 13:20:19 +00:00
|
|
|
#
|
|
|
|
# Makefile for the drm device driver. This driver provides support for the
|
|
|
|
|
|
|
|
ccflags-y := -Iinclude/drm
|
|
|
|
ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
|
2009-12-06 20:46:24 +00:00
|
|
|
ttm_bo_util.o ttm_bo_vm.o ttm_module.o ttm_global.o \
|
2009-12-06 20:46:26 +00:00
|
|
|
ttm_object.o ttm_lock.o ttm_execbuf_util.o
|
2009-06-10 13:20:19 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_DRM_TTM) += ttm.o
|