8 lines
170 B
Makefile
8 lines
170 B
Makefile
|
# 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
|