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/9.2/sys/modules/drm2/drm2/Makefile 249082 2013-04-04 05:47:50Z kib $
    2 
    3 .PATH:  ${.CURDIR}/../../../dev/drm2
    4 KMOD    = drm2
    5 SRCS    = \
    6         drm_agpsupport.c \
    7         drm_auth.c \
    8         drm_bufs.c \
    9         drm_context.c \
   10         drm_crtc.c \
   11         drm_crtc_helper.c \
   12         drm_dma.c \
   13         drm_dp_iic_helper.c \
   14         drm_drawable.c \
   15         drm_drv.c \
   16         drm_edid.c \
   17         drm_fb_helper.c \
   18         drm_fops.c \
   19         drm_gem.c \
   20         drm_gem_names.c \
   21         drm_global.c \
   22         drm_hashtab.c \
   23         drm_ioctl.c \
   24         drm_irq.c \
   25         drm_linux_list_sort.c \
   26         drm_lock.c \
   27         drm_memory.c \
   28         drm_mm.c \
   29         drm_modes.c \
   30         drm_pci.c \
   31         drm_scatter.c \
   32         drm_sman.c \
   33         drm_stub.c \
   34         drm_sysctl.c \
   35         drm_vm.c
   36 
   37 .if ${MACHINE_CPUARCH} == "amd64"
   38 SRCS    += drm_ioc32.c
   39 .endif
   40 
   41 SRCS    +=device_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
   42         opt_vm.h opt_compat.h
   43 
   44 .include <bsd.kmod.mk>

Cache object: ca5fb7418cf20f9fb6a686a0facd4843


[ 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.