xref: /openbmc/linux/drivers/net/ethernet/micrel/Makefile (revision 4464005a12b5c79e1a364e6272ee10a83413f928)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Micrel network device drivers.
4#
5
6obj-$(CONFIG_KS8842) += ks8842.o
7obj-$(CONFIG_KS8851) += ks8851.o
8ks8851-objs = ks8851_common.o ks8851_spi.o
9obj-$(CONFIG_KS8851_MLL) += ks8851_mll.o
10ks8851_mll-objs = ks8851_common.o ks8851_par.o
11obj-$(CONFIG_KSZ884X_PCI) += ksz884x.o
12