Home | History | Annotate | Line # | Download | only in gvt
      1  1.1  riastrad # SPDX-License-Identifier: GPL-2.0
      2  1.1  riastrad GVT_DIR := gvt
      3  1.1  riastrad GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
      4  1.1  riastrad 	interrupt.o gtt.o cfg_space.o opregion.o mmio.o display.o edid.o \
      5  1.1  riastrad 	execlist.o scheduler.o sched_policy.o mmio_context.o cmd_parser.o debugfs.o \
      6  1.1  riastrad 	fb_decoder.o dmabuf.o page_track.o
      7  1.1  riastrad 
      8  1.1  riastrad ccflags-y				+= -I $(srctree)/$(src) -I $(srctree)/$(src)/$(GVT_DIR)/
      9  1.1  riastrad i915-y					+= $(addprefix $(GVT_DIR)/, $(GVT_SOURCE))
     10