2009-01-09 03:46:40 +03: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 01:54:18 +04:00
|
|
|
# Copyright (C) 2005-2009 Cavium Networks
|
2009-01-09 03:46:40 +03:00
|
|
|
#
|
|
|
|
|
2012-07-05 20:12:38 +04:00
|
|
|
CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt
|
|
|
|
CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
|
|
|
|
2013-06-20 00:37:28 +04:00
|
|
|
obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o
|
2013-06-13 04:26:34 +04:00
|
|
|
obj-y += dma-octeon.o
|
2009-01-09 03:46:40 +03:00
|
|
|
obj-y += octeon-memcpy.o
|
2010-08-05 16:25:54 +04:00
|
|
|
obj-y += executive/
|
2009-01-09 03:46:40 +03:00
|
|
|
|
2013-06-13 04:26:34 +04:00
|
|
|
obj-$(CONFIG_MTD) += flash_setup.o
|
2013-01-22 15:59:30 +04:00
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
2012-12-02 04:51:26 +04:00
|
|
|
obj-$(CONFIG_OCTEON_ILM) += oct_ilm.o
|