xref: /openbmc/linux/drivers/staging/octeon/Makefile (revision 30bdc499)
1# SPDX-License-Identifier: GPL-2.0
2# This file is subject to the terms and conditions of the GNU General Public
3# License.  See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 2005-2009 Cavium Networks
7#
8
9#
10# Makefile for Cavium OCTEON on-board ethernet driver
11#
12
13obj-${CONFIG_OCTEON_ETHERNET} :=  octeon-ethernet.o
14
15octeon-ethernet-y := ethernet.o
16octeon-ethernet-y += ethernet-mdio.o
17octeon-ethernet-y += ethernet-mem.o
18octeon-ethernet-y += ethernet-rgmii.o
19octeon-ethernet-y += ethernet-rx.o
20octeon-ethernet-y += ethernet-sgmii.o
21octeon-ethernet-y += ethernet-spi.o
22octeon-ethernet-y += ethernet-tx.o
23