xref: /linux/drivers/gpu/drm/ttm/Makefile (revision ba4e7d973dd09b66912ac4c0856add8b0703a997)
1*ba4e7d97SThomas Hellstrom#
2*ba4e7d97SThomas Hellstrom# Makefile for the drm device driver.  This driver provides support for the
3*ba4e7d97SThomas Hellstrom
4*ba4e7d97SThomas Hellstromccflags-y := -Iinclude/drm
5*ba4e7d97SThomas Hellstromttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
6*ba4e7d97SThomas Hellstrom	ttm_bo_util.o ttm_bo_vm.o ttm_module.o ttm_global.o
7*ba4e7d97SThomas Hellstrom
8*ba4e7d97SThomas Hellstromobj-$(CONFIG_DRM_TTM) += ttm.o
9