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