Brooklyn/drivers/net/ethernet/mediatek/Makefile

9 lines
301 B
Makefile
Raw Normal View History

2021-05-26 19:09:36 +00:00
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Mediatek SoCs built-in ethernet macs
#
obj-$(CONFIG_NET_MEDIATEK_SOC) += mtk_eth.o
mtk_eth-y := mtk_eth_soc.o mtk_sgmii.o mtk_eth_path.o mtk_ppe.o mtk_ppe_debugfs.o mtk_ppe_offload.o
2021-05-26 19:09:36 +00:00
obj-$(CONFIG_NET_MEDIATEK_STAR_EMAC) += mtk_star_emac.o