The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/drm2/drm2/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/11.1/sys/modules/drm2/drm2/Makefile 319182 2017-05-30 04:11:12Z ngie $
    2 
    3 .PATH:  ${SRCTOP}/sys/dev/drm2 ${SRCTOP}/sys/dev/drm2/ttm
    4 KMOD    = drm2
    5 SRCS    = \
    6         drm_agpsupport.c \
    7         drm_auth.c \
    8         drm_bufs.c \
    9         drm_buffer.c \
   10         drm_context.c \
   11         drm_crtc.c \
   12         drm_crtc_helper.c \
   13         drm_dma.c \
   14         drm_dp_helper.c \
   15         drm_dp_iic_helper.c \
   16         drm_drv.c \
   17         drm_edid.c \
   18         drm_fb_helper.c \
   19         drm_fops.c \
   20         drm_gem.c \
   21         drm_gem_names.c \
   22         drm_global.c \
   23         drm_hashtab.c \
   24         drm_ioctl.c \
   25         drm_irq.c \
   26         drm_linux_list_sort.c \
   27         drm_lock.c \
   28         drm_memory.c \
   29         drm_mm.c \
   30         drm_modes.c \
   31         drm_pci.c \
   32         drm_scatter.c \
   33         drm_stub.c \
   34         drm_sysctl.c \
   35         drm_vm.c \
   36         drm_os_freebsd.c \
   37         ttm_agp_backend.c \
   38         ttm_lock.c \
   39         ttm_object.c \
   40         ttm_tt.c \
   41         ttm_bo_util.c \
   42         ttm_bo.c \
   43         ttm_bo_manager.c \
   44         ttm_execbuf_util.c \
   45         ttm_memory.c \
   46         ttm_page_alloc.c \
   47         ttm_bo_vm.c \
   48         ati_pcigart.c
   49 #ttm_page_alloc_dma.c
   50 
   51 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
   52 SRCS    += drm_ioc32.c
   53 .endif
   54 
   55 SRCS    +=device_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
   56         opt_vm.h opt_compat.h opt_syscons.h
   57 
   58 
   59 .if ${MACHINE_CPUARCH} == "powerpc"
   60 CWARNFLAGS+=-Wno-cast-qual
   61 .endif
   62 
   63 .include <bsd.kmod.mk>

Cache object: 2894944d80725ddda62711fa06eff1a9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.