mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
NPU2 hardware was never publicly released and is now obsolete. Remove all remaining NPU2 support from the driver. Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org> Signed-off-by: Lizhi Hou <lizhi.hou@amd.com> Link: https://patch.msgid.link/20251217190818.2145781-1-lizhi.hou@amd.com
25 lines
435 B
Makefile
25 lines
435 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
amdxdna-y := \
|
|
aie2_ctx.o \
|
|
aie2_error.o \
|
|
aie2_message.o \
|
|
aie2_pci.o \
|
|
aie2_pm.o \
|
|
aie2_psp.o \
|
|
aie2_smu.o \
|
|
aie2_solver.o \
|
|
amdxdna_ctx.o \
|
|
amdxdna_gem.o \
|
|
amdxdna_mailbox.o \
|
|
amdxdna_mailbox_helper.o \
|
|
amdxdna_pci_drv.o \
|
|
amdxdna_pm.o \
|
|
amdxdna_sysfs.o \
|
|
amdxdna_ubuf.o \
|
|
npu1_regs.o \
|
|
npu4_regs.o \
|
|
npu5_regs.o \
|
|
npu6_regs.o
|
|
obj-$(CONFIG_DRM_ACCEL_AMDXDNA) = amdxdna.o
|