]> Git Repo - linux.git/blob - drivers/net/ethernet/ibm/emac/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / net / ethernet / ibm / emac / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the PowerPC 4xx on-chip ethernet driver
4 #
5
6 obj-$(CONFIG_IBM_EMAC) += ibm_emac.o
7
8 ibm_emac-y := mal.o core.o phy.o
9 ibm_emac-$(CONFIG_IBM_EMAC_ZMII) += zmii.o
10 ibm_emac-$(CONFIG_IBM_EMAC_RGMII) += rgmii.o
11 ibm_emac-$(CONFIG_IBM_EMAC_TAH) += tah.o
This page took 0.035316 seconds and 4 git commands to generate.