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: releng/10.3/sys/modules/drm2/i915kms/Makefile 280369 2015-03-23 13:38:33Z kib $
    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_context.c \
   11         i915_gem_execbuffer.c \
   12         i915_gem_evict.c \
   13         i915_gem_gtt.c \
   14         i915_gem_stolen.c \
   15         i915_gem_tiling.c \
   16         i915_irq.c \
   17         i915_suspend.c \
   18         intel_bios.c \
   19         intel_crt.c \
   20         intel_ddi.c \
   21         intel_display.c \
   22         intel_dp.c \
   23         intel_fb.c \
   24         intel_hdmi.c \
   25         intel_iic.c \
   26         intel_lvds.c \
   27         intel_modes.c \
   28         intel_opregion.c \
   29         intel_overlay.c \
   30         intel_panel.c \
   31         intel_pm.c \
   32         intel_ringbuffer.c \
   33         intel_sdvo.c \
   34         intel_sprite.c \
   35         intel_tv.c
   36 
   37 .if ${MACHINE_CPUARCH} == "amd64"
   38 SRCS    += i915_ioc32.c
   39 .endif
   40 
   41 SRCS    +=                                                              \
   42         opt_acpi.h                                                      \
   43         opt_compat.h                                                    \
   44         opt_drm.h                                                       \
   45         opt_syscons.h                                                   \
   46         acpi_if.h                                                       \
   47         bus_if.h                                                        \
   48         fb_if.h                                                         \
   49         device_if.h                                                     \
   50         iicbb_if.h                                                      \
   51         iicbus_if.h                                                     \
   52         pci_if.h
   53 
   54 .include <bsd.kmod.mk>
   55 
   56 CWARNFLAGS.i915_debug.c=        -Wno-unused-function
   57 CWARNFLAGS.intel_lvds.c=        -Wno-unused
   58 CWARNFLAGS.intel_tv.c=          -Wno-unused
   59 CWARNFLAGS+=                    ${CWARNFLAGS.${.IMPSRC:T}}

Cache object: 8e401a4e46771b569d3523ad9ab25f67


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