15 lines
		
	
	
		
			431 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			431 B
		
	
	
	
		
			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_PCI) += cvmx-helper-errata.o cvmx-helper-jtag.o
 |