mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 14:19:35 +00:00

Host triggered and catastrophic event triggered firmware core dumping for basic firmware issues triage, including state reporting, function calltrace and MCU memory dump. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 lines
199 B
Makefile
9 lines
199 B
Makefile
# SPDX-License-Identifier: ISC
|
|
|
|
obj-$(CONFIG_MT7996E) += mt7996e.o
|
|
|
|
mt7996e-y := pci.o init.o dma.o eeprom.o main.o mcu.o mac.o \
|
|
debugfs.o mmio.o
|
|
|
|
mt7996e-$(CONFIG_DEV_COREDUMP) += coredump.o
|