summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu/Makefile
blob: 2cc8394101cd151977c8e665644288bd17890587 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023 Intel Corporation

intel_vpu-y := \
	ivpu_drv.o \
	ivpu_hw_mtl.o

obj-$(CONFIG_DRM_ACCEL_IVPU) += intel_vpu.o