Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2
3amdxdna-y := \
4 aie2_ctx.o \
5 aie2_error.o \
6 aie2_message.o \
7 aie2_pci.o \
8 aie2_pm.o \
9 aie2_psp.o \
10 aie2_smu.o \
11 aie2_solver.o \
12 amdxdna_ctx.o \
13 amdxdna_gem.o \
14 amdxdna_mailbox.o \
15 amdxdna_mailbox_helper.o \
16 amdxdna_pci_drv.o \
17 amdxdna_sysfs.o \
18 npu1_regs.o \
19 npu2_regs.o \
20 npu4_regs.o \
21 npu5_regs.o \
22 npu6_regs.o
23obj-$(CONFIG_DRM_ACCEL_AMDXDNA) = amdxdna.o