blob: 9012dee0c348325a4d25668ff54610d6c1aac52d [file] [log] [blame]
David Daney80ff0fd2009-05-05 17:35:21 -07001# This file is subject to the terms and conditions of the GNU General Public
2# License. See the file "COPYING" in the main directory of this archive
3# for more details.
4#
5# Copyright (C) 2005-2009 Cavium Networks
6#
7
8#
9# Makefile for Cavium OCTEON on-board ethernet driver
10#
11
12obj-${CONFIG_OCTEON_ETHERNET} := octeon-ethernet.o
13
Tracey Dent0c268762010-10-07 20:01:37 -040014octeon-ethernet-y := ethernet.o
15octeon-ethernet-y += ethernet-mdio.o
16octeon-ethernet-y += ethernet-mem.o
17octeon-ethernet-y += ethernet-rgmii.o
18octeon-ethernet-y += ethernet-rx.o
19octeon-ethernet-y += ethernet-sgmii.o
20octeon-ethernet-y += ethernet-spi.o
21octeon-ethernet-y += ethernet-tx.o
22octeon-ethernet-y += ethernet-xaui.o
David Daney80ff0fd2009-05-05 17:35:21 -070023