Makefile revision 1.1
11.1Sriastrad# 21.1Sriastrad# Makefile for the drm device driver. This driver provides support for the 31.1Sriastrad 41.1Sriastradccflags-y := -Iinclude/drm 51.1Sriastradttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \ 61.1Sriastrad ttm_bo_util.o ttm_bo_vm.o ttm_module.o \ 71.1Sriastrad ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \ 81.1Sriastrad ttm_bo_manager.o 91.1Sriastrad 101.1Sriastradifeq ($(CONFIG_SWIOTLB),y) 111.1Sriastradttm-y += ttm_page_alloc_dma.o 121.1Sriastradendif 131.1Sriastrad 141.1Sriastradobj-$(CONFIG_DRM_TTM) += ttm.o 15