Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg...
[GitHub/mt8127/android_kernel_alcatel_ttab.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