aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpu/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-04-25 00:39:18 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-10 16:16:09 +0200
commit10e320483f9282c893efe7ed1ac4aaf4617f1787 (patch)
tree4726c2237a47d534af39a5a32d372ffb5a1bae1d /drivers/cpu/Makefile
parent320eca5cf77ebab347adab4f9bbdb5417b2da81d (diff)
downloadu-boot-10e320483f9282c893efe7ed1ac4aaf4617f1787.zip
u-boot-10e320483f9282c893efe7ed1ac4aaf4617f1787.tar.gz
u-boot-10e320483f9282c893efe7ed1ac4aaf4617f1787.tar.bz2
cpu: add CPU driver for Broadcom MIPS SoCs
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/cpu/Makefile')
-rw-r--r--drivers/cpu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile
index 8710160..db515f6 100644
--- a/drivers/cpu/Makefile
+++ b/drivers/cpu/Makefile
@@ -5,3 +5,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
obj-$(CONFIG_CPU) += cpu-uclass.o
+
+obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o