GTGPU_INCLUDE :=-I$(GTGPU_PRO_PATH)/gtgpu
GTGPU_OBJS = \
gtgpu/hal_interface.o \
gtgpu/hal_bind_numa.o \
gtgpu/hal_power.o \
gtgpu/hal_dma.o \
gtgpu/gt_cpumask.o \
gtgpu/gt_dma.o \
gtgpu/gt_drm.o \
gtgpu/gt_drm_mode.o \
gtgpu/gt_fence.o \
gtgpu/gt_firmware.o \
gtgpu/gt_fs.o \
gtgpu/gt_idr.o \
gtgpu/gt_interrupt.o \
gtgpu/gt_io.o \
gtgpu/gt_lock.o \
gtgpu/gt_misc.o \
gtgpu/gt_mm.o \
gtgpu/gt_mtrr.o \
gtgpu/gt_pci.o \
gtgpu/gt_plat_dev.o \
gtgpu/gt_task.o \
gtgpu/gt_timer.o \
gtgpu/gt_uaccess.o \
gtgpu/gt_waitqueue.o \
gtgpu/gt_math.o \
gtgpu/gt_pm_runtime.o \
gtgpu/gt_debug.o \
gtgpu/kernel_compat.o \
gtgpu/gtgpu_pci_drv.o \
gtgpu/gtgpu.o

  GTGPU := $(GTGPU_OBJS)
