]>
Commit | Line | Data |
---|---|---|
22929e12 | 1 | # SPDX-License-Identifier: GPL-2.0+ |
11f4dc15 SG |
2 | # |
3 | # Copyright (c) 2015 Google, Inc | |
4 | # Wolfgang Denk, DENX Software Engineering, [email protected]. | |
5 | # | |
22929e12 | 6 | |
11f4dc15 | 7 | obj-$(CONFIG_CPU) += cpu-uclass.o |
10e32048 | 8 | |
ceff6f47 | 9 | obj-$(CONFIG_ARCH_BCM283X) += bcm283x_cpu.o |
10e32048 | 10 | obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o |
43c50873 | 11 | obj-$(CONFIG_ARCH_IMX8) += imx8_cpu.o |
01c35f26 | 12 | obj-$(CONFIG_ARCH_AT91) += at91_cpu.o |
6136a232 | 13 | obj-$(CONFIG_ARCH_MEDIATEK) += mtk_cpu.o |
83a2f4a8 | 14 | obj-$(CONFIG_CPU_ARMV8) += armv8_cpu.o |
38e31978 | 15 | obj-$(CONFIG_CPU_IMX) += imx8_cpu.o |
19fbdca4 | 16 | obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o |
833508c0 | 17 | obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o |
816226d2 | 18 | obj-$(CONFIG_CPU_MICROBLAZE) += microblaze_cpu.o |
51087a32 | 19 | obj-$(CONFIG_CPU_XTENSA) += xtensa_cpu.o |
fa44b533 | 20 | obj-$(CONFIG_SANDBOX) += cpu_sandbox.o |