]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/cpu/Makefile
usb: host: Print device name when scanning
[thirdparty/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, wd@denx.de.
5#
22929e12 6
11f4dc15 7obj-$(CONFIG_CPU) += cpu-uclass.o
10e32048
ÁFR
8
9obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
19fbdca4 10obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o
833508c0 11obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o
fa44b533 12obj-$(CONFIG_SANDBOX) += cpu_sandbox.o