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/i915kms/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$
    2 
    3 .PATH:  ${.CURDIR}/../../../dev/drm2/i915
    4 KMOD    = i915kms
    5 SRCS    = \
    6         i915_debug.c \
    7         i915_dma.c \
    8         i915_drv.c \
    9         i915_gem.c \
   10         i915_gem_execbuffer.c \
   11         i915_gem_evict.c \
   12         i915_gem_gtt.c \
   13         i915_gem_tiling.c \
   14         i915_irq.c \
   15         i915_suspend.c \
   16         intel_bios.c \
   17         intel_crt.c \
   18         intel_display.c \
   19         intel_dp.c \
   20         intel_fb.c \
   21         intel_hdmi.c \
   22         intel_iic.c \
   23         intel_lvds.c \
   24         intel_modes.c \
   25         intel_opregion.c \
   26         intel_overlay.c \
   27         intel_panel.c \
   28         intel_ringbuffer.c \
   29         intel_sdvo.c \
   30         intel_sprite.c \
   31         intel_tv.c
   32 
   33 .if ${MACHINE_CPUARCH} == "amd64"
   34 SRCS    += i915_ioc32.c
   35 .endif
   36 
   37 SRCS    += device_if.h fb_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h \
   38          opt_drm.h opt_compat.h opt_syscons.h
   39 
   40 .include <bsd.kmod.mk>
   41 
   42 CWARNFLAGS.i915_debug.c=        -Wno-unused-function
   43 CWARNFLAGS.intel_lvds.c=        -Wno-unused
   44 CWARNFLAGS.intel_tv.c=          -Wno-unused
   45 CWARNFLAGS+=                    ${CWARNFLAGS.${.IMPSRC:T}}

Cache object: 2f134e922849e29e5e7c7380e2a0ffeb


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