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