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