]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/gpu/drm/ttm/Makefile
ttm: fix agp since ttm tt rework
[mv-sheeva.git] / drivers / gpu / drm / ttm / Makefile
index f3cf6f02c9970da645280df0f12622a12a3e0d7e..b2b33dde2afb06a1c78ffcbeb2e826a28ec0bb58 100644 (file)
@@ -7,4 +7,8 @@ ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
        ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \
        ttm_bo_manager.o
 
+ifeq ($(CONFIG_SWIOTLB),y)
+ttm-y += ttm_page_alloc_dma.o
+endif
+
 obj-$(CONFIG_DRM_TTM) += ttm.o