162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the PowerPC 4xx on-chip ethernet driver 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_IBM_EMAC) += ibm_emac.o 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciibm_emac-y := mal.o core.o phy.o 962306a36Sopenharmony_ciibm_emac-$(CONFIG_IBM_EMAC_ZMII) += zmii.o 1062306a36Sopenharmony_ciibm_emac-$(CONFIG_IBM_EMAC_RGMII) += rgmii.o 1162306a36Sopenharmony_ciibm_emac-$(CONFIG_IBM_EMAC_TAH) += tah.o 12