android13/u-boot/drivers/cpu/Makefile

11 lines
256 B
Makefile
Raw Normal View History

2024-06-22 08:45:49 -04:00
#
# 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_ROCKCHIP_AMP) += rockchip_amp.o