Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: d93dc5c4478c1fd5de85a3e8aece9aad7bbae044 authored by Linus Torvalds on 21 September 2011, 23:58:15 UTC
Linux 3.1-rc7
Tip revision: d93dc5c
Makefile
#
# Makefile for the Cavium Octeon specific kernel interface routines
# under Linux.
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
# Copyright (C) 2005-2008 Cavium Networks
#

obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o

obj-$(CONFIG_CAVIUM_OCTEON_HELPER) += cvmx-helper-errata.o cvmx-helper-jtag.o
back to top