Merge tag 'omap-for-v3.16/l3-noc-signed' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / staging / octeon / Makefile
CommitLineData
80ff0fd3
DD
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
0c26876e
TD
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
80ff0fd3 23
This page took 0.354079 seconds and 5 git commands to generate.