xref: /openbmc/u-boot/arch/mips/mach-mt7620/Makefile (revision c40b6df87fc0193a7184ada9f53aaf57cdec0cdf)
1# SPDX-License-Identifier: GPL-2.0+
2
3obj-y += cpu.o
4
5ifndef CONFIG_SKIP_LOWLEVEL_INIT
6obj-y += ddr_calibrate.o
7obj-y += lowlevel_init.o
8endif
9