Home | History | Annotate | Line # | Download | only in i915drmkms
Makefile revision 1.8.16.1
      1  1.8.16.1  pgoyette # $NetBSD: Makefile,v 1.8.16.1 2018/09/06 06:56:43 pgoyette Exp $
      2       1.2  riastrad 
      3       1.2  riastrad .include "../Makefile.inc"
      4       1.2  riastrad .include "../drmkms/Makefile.inc"
      5       1.2  riastrad 
      6  1.8.16.1  pgoyette KMOD=	i915drmkms
      7  1.8.16.1  pgoyette IOCONF=	i915drmkms.ioconf
      8  1.8.16.1  pgoyette MKLDSCRIPT=yes
      9       1.2  riastrad 
     10       1.2  riastrad .PATH:	${S}/external/bsd/drm2/i915drm
     11  1.8.16.1  pgoyette 
     12       1.2  riastrad .PATH:	${S}/external/bsd/drm2/dist/drm/i915
     13       1.2  riastrad 
     14  1.8.16.1  pgoyette CPPFLAGS+=	-I${S}/sys/modules/drmkms
     15  1.8.16.1  pgoyette 
     16  1.8.16.1  pgoyette CPPFLAGS+=	-I${S}/external/bsd/drm2/i915drm
     17  1.8.16.1  pgoyette 
     18  1.8.16.1  pgoyette CPPFLAGS+=	-I${S}/external/bsd/drm2/dist/drm/i915
     19  1.8.16.1  pgoyette 
     20  1.8.16.1  pgoyette CPPFLAGS+=	-DCONFIG_DRM_I915_FBDEV=1
     21  1.8.16.1  pgoyette CPPFLAGS+=	-DCONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=0
     22  1.8.16.1  pgoyette 
     23  1.8.16.1  pgoyette # Substitute for _KERNEL_OPT flags.
     24  1.8.16.1  pgoyette CPPFLAGS+=	-DNACPICA=1
     25  1.8.16.1  pgoyette CPPFLAGS+=	-DNVGA=1
     26  1.8.16.1  pgoyette 
     27  1.8.16.1  pgoyette CWARNFLAGS+=	-Wno-shadow
     28  1.8.16.1  pgoyette 
     29  1.8.16.1  pgoyette COPTS.i915_drv.c+=	${${ACTIVE_CC} == "gcc":? -Wno-override-init :}
     30  1.8.16.1  pgoyette COPTS.i915_drv.c+=	${${ACTIVE_CC} == "clang":? -Wno-initializer-overrides :}
     31  1.8.16.1  pgoyette 
     32  1.8.16.1  pgoyette # NetBSD additions.
     33  1.8.16.1  pgoyette SRCS+=	i915_module.c
     34  1.8.16.1  pgoyette SRCS+=	i915_pci.c
     35  1.8.16.1  pgoyette SRCS+=	intel_gtt.c
     36       1.2  riastrad 
     37  1.8.16.1  pgoyette # wsconsole framebuffer.
     38  1.8.16.1  pgoyette SRCS+=	intelfb.c
     39  1.8.16.1  pgoyette 
     40  1.8.16.1  pgoyette # Upstream sources.
     41       1.2  riastrad SRCS+=	dvo_ch7017.c
     42       1.2  riastrad SRCS+=	dvo_ch7xxx.c
     43       1.2  riastrad SRCS+=	dvo_ivch.c
     44       1.2  riastrad SRCS+=	dvo_ns2501.c
     45       1.2  riastrad SRCS+=	dvo_sil164.c
     46       1.2  riastrad SRCS+=	dvo_tfp410.c
     47       1.3  riastrad SRCS+=	i915_cmd_parser.c
     48       1.2  riastrad SRCS+=	i915_dma.c
     49       1.2  riastrad SRCS+=	i915_drv.c
     50       1.2  riastrad SRCS+=	i915_gem.c
     51  1.8.16.1  pgoyette SRCS+=	i915_gem_batch_pool.c
     52       1.2  riastrad SRCS+=	i915_gem_context.c
     53       1.2  riastrad SRCS+=	i915_gem_debug.c
     54  1.8.16.1  pgoyette #SRCS+=	i915_gem_dmabuf.c	# XXX drm prime
     55       1.2  riastrad SRCS+=	i915_gem_evict.c
     56       1.2  riastrad SRCS+=	i915_gem_execbuffer.c
     57  1.8.16.1  pgoyette SRCS+=	i915_gem_fence.c
     58       1.2  riastrad SRCS+=	i915_gem_gtt.c
     59  1.8.16.1  pgoyette SRCS+=	i915_gem_render_state.c
     60  1.8.16.1  pgoyette SRCS+=	i915_gem_shrinker.c
     61       1.2  riastrad SRCS+=	i915_gem_stolen.c
     62       1.2  riastrad SRCS+=	i915_gem_tiling.c
     63  1.8.16.1  pgoyette SRCS+=	i915_gem_userptr.c
     64       1.3  riastrad SRCS+=	i915_gpu_error.c
     65  1.8.16.1  pgoyette SRCS+=	i915_guc_submission.c
     66       1.2  riastrad SRCS+=	i915_irq.c
     67       1.3  riastrad SRCS+=	i915_params.c
     68       1.2  riastrad SRCS+=	i915_suspend.c
     69  1.8.16.1  pgoyette SRCS+=	i915_sysfs.c
     70  1.8.16.1  pgoyette SRCS+=	i915_trace_points.c
     71  1.8.16.1  pgoyette SRCS+=	i915_vgpu.c
     72       1.5    nonaka SRCS+=	intel_acpi.c
     73  1.8.16.1  pgoyette SRCS+=	intel_atomic.c
     74  1.8.16.1  pgoyette SRCS+=	intel_atomic_plane.c
     75  1.8.16.1  pgoyette SRCS+=	intel_audio.c
     76       1.2  riastrad SRCS+=	intel_bios.c
     77       1.2  riastrad SRCS+=	intel_crt.c
     78       1.2  riastrad SRCS+=	intel_ddi.c
     79       1.2  riastrad SRCS+=	intel_display.c
     80       1.2  riastrad SRCS+=	intel_dp.c
     81  1.8.16.1  pgoyette SRCS+=	intel_dp_mst.c
     82       1.3  riastrad SRCS+=	intel_dsi.c
     83  1.8.16.1  pgoyette #SRCS+=	intel_dsi_panel_vbt.c
     84  1.8.16.1  pgoyette #SRCS+=	intel_dsi_pll.c
     85       1.2  riastrad SRCS+=	intel_dvo.c
     86  1.8.16.1  pgoyette SRCS+=	intel_fbc.c
     87       1.3  riastrad SRCS+=	intel_fbdev.c
     88  1.8.16.1  pgoyette SRCS+=	intel_fifo_underrun.c
     89  1.8.16.1  pgoyette SRCS+=	intel_frontbuffer.c
     90  1.8.16.1  pgoyette SRCS+=	intel_guc_loader.c
     91       1.2  riastrad SRCS+=	intel_hdmi.c
     92  1.8.16.1  pgoyette SRCS+=	intel_hotplug.c
     93       1.2  riastrad SRCS+=	intel_i2c.c
     94  1.8.16.1  pgoyette SRCS+=	intel_lrc.c
     95       1.2  riastrad SRCS+=	intel_lvds.c
     96  1.8.16.1  pgoyette SRCS+=	intel_mocs.c
     97       1.2  riastrad SRCS+=	intel_modes.c
     98       1.5    nonaka SRCS+=	intel_opregion.c
     99       1.2  riastrad SRCS+=	intel_overlay.c
    100       1.2  riastrad SRCS+=	intel_panel.c
    101       1.2  riastrad SRCS+=	intel_pm.c
    102  1.8.16.1  pgoyette SRCS+=	intel_psr.c
    103  1.8.16.1  pgoyette SRCS+=	intel_renderstate_gen6.c
    104  1.8.16.1  pgoyette SRCS+=	intel_renderstate_gen7.c
    105  1.8.16.1  pgoyette SRCS+=	intel_renderstate_gen8.c
    106  1.8.16.1  pgoyette SRCS+=	intel_renderstate_gen9.c
    107       1.2  riastrad SRCS+=	intel_ringbuffer.c
    108  1.8.16.1  pgoyette SRCS+=	intel_runtime_pm.c
    109       1.2  riastrad SRCS+=	intel_sdvo.c
    110       1.3  riastrad SRCS+=	intel_sideband.c
    111       1.2  riastrad SRCS+=	intel_sprite.c
    112       1.2  riastrad SRCS+=	intel_tv.c
    113       1.3  riastrad SRCS+=	intel_uncore.c
    114       1.2  riastrad 
    115       1.2  riastrad .include <bsd.kmodule.mk>
    116