xref: /linux/drivers/net/ethernet/airoha/Makefile (revision 3fe15c640f3808c3faf235553c67c867d1389e5c)
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