xref: /linux/drivers/net/ethernet/airoha/Makefile (revision 2d7124941a273c7233849a7a2bbfbeb7e28f1caa)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Airoha for the Mediatek SoCs built-in ethernet macs
4#
5
6obj-$(CONFIG_NET_AIROHA) += airoha-eth.o
7airoha-eth-y := airoha_eth.o airoha_ppe.o
8airoha-eth-$(CONFIG_DEBUG_FS) += airoha_ppe_debugfs.o
9obj-$(CONFIG_NET_AIROHA_NPU) += airoha_npu.o
10