projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'ntb-6.6' of https://github.com/jonmason/ntb
[platform/kernel/linux-rpi.git]
/
drivers
/
accel
/
ivpu
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
# Copyright (C) 2023 Intel Corporation
3
4
intel_vpu-y := \
5
ivpu_debugfs.o \
6
ivpu_drv.o \
7
ivpu_fw.o \
8
ivpu_fw_log.o \
9
ivpu_gem.o \
10
ivpu_hw_37xx.o \
11
ivpu_hw_40xx.o \
12
ivpu_ipc.o \
13
ivpu_job.o \
14
ivpu_jsm_msg.o \
15
ivpu_mmu.o \
16
ivpu_mmu_context.o \
17
ivpu_pm.o
18
19
obj-$(CONFIG_DRM_ACCEL_IVPU) += intel_vpu.o