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