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