xref: /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#
2*4882a593Smuzhiyun# Makefile for the Cavium Octeon specific kernel interface routines
3*4882a593Smuzhiyun# under Linux.
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun# This file is subject to the terms and conditions of the GNU General Public
6*4882a593Smuzhiyun# License.  See the file "COPYING" in the main directory of this archive
7*4882a593Smuzhiyun# for more details.
8*4882a593Smuzhiyun#
9*4882a593Smuzhiyun# Copyright (C) 2005-2008 Cavium Networks
10*4882a593Smuzhiyun#
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunobj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
13*4882a593Smuzhiyunobj-y += cvmx-pko.o cvmx-spi.o cvmx-cmd-queue.o \
14*4882a593Smuzhiyun	cvmx-helper-board.o cvmx-helper.o cvmx-helper-xaui.o \
15*4882a593Smuzhiyun	cvmx-helper-rgmii.o cvmx-helper-sgmii.o cvmx-helper-npi.o \
16*4882a593Smuzhiyun	cvmx-helper-loop.o cvmx-helper-spi.o cvmx-helper-util.o \
17*4882a593Smuzhiyun	cvmx-interrupt-decodes.o cvmx-interrupt-rsl.o
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunobj-y += cvmx-helper-errata.o cvmx-helper-jtag.o cvmx-boot-vector.o
20