2009-06-10 21:20:19 +08: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-07 04:46:24 +08:00
|
|
|
ttm_bo_util.o ttm_bo_vm.o ttm_module.o ttm_global.o \
|
2009-12-07 04:46:26 +08:00
|
|
|
ttm_object.o ttm_lock.o ttm_execbuf_util.o
|
2009-06-10 21:20:19 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_DRM_TTM) += ttm.o
|