mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
63a4aea556
With the libfdt include fixups to use "" instead of <> in the
latest dtc import in commit 4760597
(scripts/dtc: Update to upstream
version 9d3649bd3be245c9), it is no longer necessary to add explicit
include paths to use libfdt. Remove these across the kernel.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: linux-mips@linux-mips.org
Cc: linuxppc-dev@lists.ozlabs.org
21 lines
577 B
Makefile
21 lines
577 B
Makefile
#
|
|
# 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
|
|
#
|
|
|
|
obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o
|
|
obj-y += dma-octeon.o
|
|
obj-y += octeon-memcpy.o
|
|
obj-y += executive/
|
|
obj-y += crypto/
|
|
|
|
obj-$(CONFIG_MTD) += flash_setup.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_OCTEON_ILM) += oct_ilm.o
|