M7350/kernel/arch/mips/cavium-octeon/Makefile

23 lines
679 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:52:07 +00: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.
#
# Copyright (C) 2005-2009 Cavium Networks
#
2024-09-09 08:57:42 +00:00
CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt
CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o
obj-y += dma-octeon.o
2024-09-09 08:52:07 +00:00
obj-y += octeon-memcpy.o
obj-y += executive/
2024-09-09 08:57:42 +00:00
obj-$(CONFIG_MTD) += flash_setup.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_OCTEON_ILM) += oct_ilm.o