1# SPDX-License-Identifier: GPL-2.0-only 2# Copyright (C) 2023 Intel Corporation 3 4intel_vpu-y := \ 5 ivpu_drv.o \ 6 ivpu_fw.o \ 7 ivpu_fw_log.o \ 8 ivpu_gem.o \ 9 ivpu_hw_37xx.o \ 10 ivpu_hw_40xx.o \ 11 ivpu_ipc.o \ 12 ivpu_job.o \ 13 ivpu_jsm_msg.o \ 14 ivpu_mmu.o \ 15 ivpu_mmu_context.o \ 16 ivpu_pm.o 17 18intel_vpu-$(CONFIG_DEBUG_FS) += ivpu_debugfs.o 19 20obj-$(CONFIG_DRM_ACCEL_IVPU) += intel_vpu.o 21