Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4-rc7 16 lines 292 B view raw
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_gem.o \ 8 ivpu_hw_mtl.o \ 9 ivpu_ipc.o \ 10 ivpu_job.o \ 11 ivpu_jsm_msg.o \ 12 ivpu_mmu.o \ 13 ivpu_mmu_context.o \ 14 ivpu_pm.o 15 16obj-$(CONFIG_DRM_ACCEL_IVPU) += intel_vpu.o