1# 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 14octeon-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 23 24