xref: /openbmc/u-boot/arch/mips/mach-mt7620/Makefile (revision 23e8bd7e)
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