mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
12 lines
293 B
Makefile
12 lines
293 B
Makefile
|
#
|
||
|
# Copyright (c) 2015 Google, Inc
|
||
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
obj-$(CONFIG_CPU) += cpu-uclass.o
|
||
|
|
||
|
obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
|
||
|
obj-$(CONFIG_CPU_MPC83XX) += mpc83xx_cpu.o
|
||
|
obj-$(CONFIG_SANDBOX) += cpu_sandbox.o
|