uboot/u-boot-stm32mp-2020.01/arch/mips/mach-mtmips/Makefile

9 lines
142 B
Makefile
Raw Normal View History

2024-01-10 06:52:34 +00:00
# SPDX-License-Identifier: GPL-2.0+
obj-y += cpu.o
ifndef CONFIG_SKIP_LOWLEVEL_INIT
obj-y += ddr_calibrate.o
obj-y += lowlevel_init.o
endif