2009-01-09 08:46:40 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2009-09-17 05:54:18 +08:00
|
|
|
# Copyright (C) 2005-2009 Cavium Networks
|
2009-01-09 08:46:40 +08:00
|
|
|
#
|
|
|
|
|
2013-06-20 04:37:28 +08:00
|
|
|
obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o
|
2013-06-13 08:26:34 +08:00
|
|
|
obj-y += dma-octeon.o
|
2009-01-09 08:46:40 +08:00
|
|
|
obj-y += octeon-memcpy.o
|
2010-08-05 20:25:54 +08:00
|
|
|
obj-y += executive/
|
2014-12-22 04:53:58 +08:00
|
|
|
obj-y += crypto/
|
2009-01-09 08:46:40 +08:00
|
|
|
|
2013-06-13 08:26:34 +08:00
|
|
|
obj-$(CONFIG_MTD) += flash_setup.o
|
2013-01-22 19:59:30 +08:00
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
2012-12-02 08:51:26 +08:00
|
|
|
obj-$(CONFIG_OCTEON_ILM) += oct_ilm.o
|