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/drm/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 # $NetBSD: Makefile,v 1.5 2019/02/17 04:05:47 rin Exp $
    2 
    3 .include "../Makefile.inc"
    4 
    5 .PATH:  ${S}/external/bsd/drm/dist/bsd-core
    6 
    7 KMOD=   drm
    8 
    9 SRCS=   drm_agpsupport.c
   10 SRCS+=  drm_auth.c
   11 SRCS+=  drm_bufs.c
   12 SRCS+=  drm_context.c
   13 SRCS+=  drm_dma.c
   14 SRCS+=  drm_drawable.c
   15 SRCS+=  drm_drv.c
   16 SRCS+=  drm_fops.c
   17 SRCS+=  drm_hashtab.c
   18 SRCS+=  drm_ioctl.c
   19 SRCS+=  drm_irq.c
   20 SRCS+=  drm_lock.c
   21 SRCS+=  drm_memory.c
   22 SRCS+=  drm_mm.c
   23 SRCS+=  drm_pci.c
   24 SRCS+=  drm_scatter.c
   25 SRCS+=  drm_sman.c
   26 SRCS+=  drm_sysctl.c
   27 SRCS+=  drm_vm.c
   28 
   29 CPPFLAGS+=      -I${S}/external/bsd/drm/dist/shared-core
   30 
   31 WARNS=  3
   32 
   33 .include <bsd.kmodule.mk>

Cache object: 9ee9b11e1127e4347aedf0ff24039ad1


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