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