Merge tag 'u-boot-amlogic-20181219' of git://git.denx.de/u-boot-amlogic
[oweals/u-boot.git] / drivers / cpu / Makefile
index 871016030f8826c6ca6fb35f2228fe542c049ad7..be0300cd4a86745e57bea67dd02cafb64acb99c6 100644 (file)
@@ -1,7 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (c) 2015 Google, Inc
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
-# SPDX-License-Identifier:      GPL-2.0+
-#
+
 obj-$(CONFIG_CPU) += cpu-uclass.o
+
+obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
+obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o
+obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o
+obj-$(CONFIG_SANDBOX) += cpu_sandbox.o