1*759662e4SJeffrey Hugo# SPDX-License-Identifier: GPL-2.0-only 2*759662e4SJeffrey Hugo# 3*759662e4SJeffrey Hugo# Makefile for Qualcomm Cloud AI accelerators driver 4*759662e4SJeffrey Hugo# 5*759662e4SJeffrey Hugo 6*759662e4SJeffrey Hugoobj-$(CONFIG_DRM_ACCEL_QAIC) := qaic.o 7*759662e4SJeffrey Hugo 8*759662e4SJeffrey Hugoqaic-y := \ 9*759662e4SJeffrey Hugo mhi_controller.o \ 10*759662e4SJeffrey Hugo mhi_qaic_ctrl.o \ 11*759662e4SJeffrey Hugo qaic_control.o \ 12*759662e4SJeffrey Hugo qaic_data.o \ 13*759662e4SJeffrey Hugo qaic_drv.o 14