25 lines
434 B
Makefile
25 lines
434 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_sysfs.o \
|
|
amdxdna_ubuf.o \
|
|
npu1_regs.o \
|
|
npu2_regs.o \
|
|
npu4_regs.o \
|
|
npu5_regs.o \
|
|
npu6_regs.o
|
|
obj-$(CONFIG_DRM_ACCEL_AMDXDNA) = amdxdna.o
|