mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Similar to PPE support for Mediatek devices, introduce PPE debugfs in order to dump binded and unbinded flows. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
9 lines
281 B
Makefile
9 lines
281 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Airoha for the Mediatek SoCs built-in ethernet macs
|
|
#
|
|
|
|
obj-$(CONFIG_NET_AIROHA) += airoha-eth.o
|
|
airoha-eth-y := airoha_eth.o airoha_ppe.o
|
|
airoha-eth-$(CONFIG_DEBUG_FS) += airoha_ppe_debugfs.o
|
|
obj-$(CONFIG_NET_AIROHA_NPU) += airoha_npu.o
|