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:  ${SRCTOP}/sys/dev/drm2/i915
    4 KMOD    = i915kms
    5 SRCS    = \
    6         dvo_ch7017.c \
    7         dvo_ch7xxx.c \
    8         dvo_ivch.c \
    9         dvo_ns2501.c \
   10         dvo_sil164.c \
   11         dvo_tfp410.c \
   12         i915_debug.c \
   13         i915_dma.c \
   14         i915_drv.c \
   15         i915_gem.c \
   16         i915_gem_context.c \
   17         i915_gem_evict.c \
   18         i915_gem_execbuffer.c \
   19         i915_gem_gtt.c \
   20         i915_gem_stolen.c \
   21         i915_gem_tiling.c \
   22         i915_irq.c \
   23         i915_suspend.c \
   24         intel_acpi.c \
   25         intel_bios.c \
   26         intel_crt.c \
   27         intel_ddi.c \
   28         intel_display.c \
   29         intel_dp.c \
   30         intel_dvo.c \
   31         intel_fb.c \
   32         intel_hdmi.c \
   33         intel_iic.c \
   34         intel_lvds.c \
   35         intel_modes.c \
   36         intel_opregion.c \
   37         intel_overlay.c \
   38         intel_panel.c \
   39         intel_pm.c \
   40         intel_ringbuffer.c \
   41         intel_sdvo.c \
   42         intel_sprite.c \
   43         intel_tv.c
   44 
   45 .if ${MACHINE_CPUARCH} == "amd64"
   46 SRCS    += i915_ioc32.c
   47 .endif
   48 
   49 SRCS    +=                                                              \
   50         opt_acpi.h                                                      \
   51         opt_drm.h                                                       \
   52         opt_syscons.h                                                   \
   53         acpi_if.h                                                       \
   54         bus_if.h                                                        \
   55         fb_if.h                                                         \
   56         device_if.h                                                     \
   57         iicbb_if.h                                                      \
   58         iicbus_if.h                                                     \
   59         pci_if.h
   60 
   61 .include <bsd.kmod.mk>
   62 
   63 CWARNFLAGS.i915_debug.c=        -Wno-unused-function
   64 CWARNFLAGS.intel_lvds.c=        -Wno-unused
   65 CWARNFLAGS.intel_tv.c=          -Wno-unused
   66 CWARNFLAGS.i915_gem.c=          ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
   67 CWARNFLAGS.i915_gem_tiling.c=   ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
   68 CWARNFLAGS.i915_gem_execbuffer.c=       ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
   69 CWARNFLAGS.intel_display.c=     ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
   70 CWARNFLAGS.intel_overlay.c=     ${NO_WTAUTOLOGICAL_POINTER_COMPARE}
   71 CWARNFLAGS+=    ${NO_WUNUSED_BUT_SET_VARIABLE}

Cache object: bc9e35291a5d620f3bcde2ef515ad793


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