]> Git Repo - J-u-boot.git/blame - drivers/cpu/Makefile
gpio: npcm: Add persist feature to sgpio module
[J-u-boot.git] / drivers / cpu / Makefile
CommitLineData
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 7obj-$(CONFIG_CPU) += cpu-uclass.o
10e32048 8
ceff6f47 9obj-$(CONFIG_ARCH_BCM283X) += bcm283x_cpu.o
10e32048 10obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
43c50873 11obj-$(CONFIG_ARCH_IMX8) += imx8_cpu.o
01c35f26 12obj-$(CONFIG_ARCH_AT91) += at91_cpu.o
6136a232 13obj-$(CONFIG_ARCH_MEDIATEK) += mtk_cpu.o
83a2f4a8 14obj-$(CONFIG_CPU_ARMV8) += armv8_cpu.o
38e31978 15obj-$(CONFIG_CPU_IMX) += imx8_cpu.o
19fbdca4 16obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o
833508c0 17obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o
816226d2 18obj-$(CONFIG_CPU_MICROBLAZE) += microblaze_cpu.o
51087a32 19obj-$(CONFIG_CPU_XTENSA) += xtensa_cpu.o
fa44b533 20obj-$(CONFIG_SANDBOX) += cpu_sandbox.o
This page took 0.332924 seconds and 4 git commands to generate.