1# SPDX-License-Identifier: GPL-2.0-only 2# Copyright (C) 2023 Intel Corporation 3 4intel_vpu-y := \ 5 ivpu_drv.o \ 6 ivpu_hw_mtl.o 7 8obj-$(CONFIG_DRM_ACCEL_IVPU) += intel_vpu.o
1# SPDX-License-Identifier: GPL-2.0-only 2# Copyright (C) 2023 Intel Corporation 3 4intel_vpu-y := \ 5 ivpu_drv.o \ 6 ivpu_hw_mtl.o 7 8obj-$(CONFIG_DRM_ACCEL_IVPU) += intel_vpu.o