Patrick Delaunay | 22929e1 | 2018-10-26 09:02:52 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 11f4dc1 | 2015-04-28 20:25:09 -0600 | [diff] [blame] | 2 | # |
| 3 | # Copyright (c) 2015 Google, Inc |
| 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 5 | # |
Patrick Delaunay | 22929e1 | 2018-10-26 09:02:52 +0200 | [diff] [blame] | 6 | |
Simon Glass | 11f4dc1 | 2015-04-28 20:25:09 -0600 | [diff] [blame] | 7 | obj-$(CONFIG_CPU) += cpu-uclass.o |
Álvaro Fernández Rojas | 10e3204 | 2017-04-25 00:39:18 +0200 | [diff] [blame] | 8 | |
| 9 | obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o |
Peng Fan | 43c5087 | 2019-08-26 08:12:19 +0000 | [diff] [blame] | 10 | obj-$(CONFIG_ARCH_IMX8) += imx8_cpu.o |
Mario Six | 19fbdca | 2018-08-06 10:23:45 +0200 | [diff] [blame] | 11 | obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o |
Bin Meng | 833508c | 2018-12-12 06:12:26 -0800 | [diff] [blame] | 12 | obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o |
Mario Six | fa44b53 | 2018-08-06 10:23:44 +0200 | [diff] [blame] | 13 | obj-$(CONFIG_SANDBOX) += cpu_sandbox.o |