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 |
| 15 | |
| 16 | obj-$(CONFIG_SMP) += smp.o |
Ralf Baechle | 2da0ba2 | 2009-03-30 14:49:41 +0200 | [diff] [blame] | 17 | |
| 18 | EXTRA_CFLAGS += -Werror |