David Daney | 5b3b168 | 2009-01-08 16:46:40 -0800 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Cavium Octeon specific kernel interface routines |
| 3 | # under Linux. |
| 4 | # |
| 5 | # This file is subject to the terms and conditions of the GNU General Public |
| 6 | # License. See the file "COPYING" in the main directory of this archive |
| 7 | # for more details. |
| 8 | # |
David Daney | 512254b | 2009-09-16 14:54:18 -0700 | [diff] [blame] | 9 | # Copyright (C) 2005-2009 Cavium Networks |
David Daney | 5b3b168 | 2009-01-08 16:46:40 -0800 | [diff] [blame] | 10 | # |
| 11 | |
Ralf Baechle | 69f3a7d | 2009-11-24 01:24:58 +0000 | [diff] [blame] | 12 | obj-y := cpu.o setup.o serial.o octeon-platform.o octeon-irq.o csrc-octeon.o |
David Daney | 5b3b168 | 2009-01-08 16:46:40 -0800 | [diff] [blame] | 13 | obj-y += dma-octeon.o flash_setup.o |
| 14 | obj-y += octeon-memcpy.o |
Ralf Baechle | f6e1db1 | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 15 | obj-y += executive/ |
David Daney | 5b3b168 | 2009-01-08 16:46:40 -0800 | [diff] [blame] | 16 | |
| 17 | obj-$(CONFIG_SMP) += smp.o |