mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
e8635b484f
This patch adds support for PCI and PCIe to the base Cavium OCTEON processor support. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
15 lines
431 B
Makefile
15 lines
431 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-2008 Cavium Networks
|
|
#
|
|
|
|
obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
|
|
|
|
obj-$(CONFIG_PCI) += cvmx-helper-errata.o cvmx-helper-jtag.o
|