Blame view

drivers/cpu/Makefile 364 Bytes
22929e126   Patrick Delaunay   drivers: cosmetic...
1
  # SPDX-License-Identifier: GPL-2.0+
11f4dc158   Simon Glass   dm: Implement a C...
2
3
4
5
  #
  # Copyright (c) 2015 Google, Inc
  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  #
22929e126   Patrick Delaunay   drivers: cosmetic...
6

11f4dc158   Simon Glass   dm: Implement a C...
7
  obj-$(CONFIG_CPU) += cpu-uclass.o
10e320483   Álvaro Fernández Rojas   cpu: add CPU driv...
8
9
  
  obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
43c508738   Peng Fan   imx8: move i.MX8 ...
10
  obj-$(CONFIG_ARCH_IMX8) += imx8_cpu.o
19fbdca47   Mario Six   cpu: Add MPC83xx ...
11
  obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o
833508c05   Bin Meng   cpu: Add a RISC-V...
12
  obj-$(CONFIG_CPU_RISCV) += riscv_cpu.o
fa44b5339   Mario Six   test: Add tests f...
13
  obj-$(CONFIG_SANDBOX) += cpu_sandbox.o