Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 0f50a49e3008597abed0fff052d487f77db89093 10 lines 336 B view raw
1# 2# Makefile for the drm device driver. This driver provides support for the 3 4ttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \ 5 ttm_bo_util.o ttm_bo_vm.o ttm_module.o \ 6 ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \ 7 ttm_bo_manager.o ttm_page_alloc_dma.o 8ttm-$(CONFIG_AGP) += ttm_agp_backend.o 9 10obj-$(CONFIG_DRM_TTM) += ttm.o