xref: /openbmc/u-boot/arch/mips/mach-mt7620/Makefile (revision 592cd5de)
1*4c835a60SStefan Roese# SPDX-License-Identifier: GPL-2.0+
2*4c835a60SStefan Roese
3*4c835a60SStefan Roeseobj-y += cpu.o
4*4c835a60SStefan Roese
5*4c835a60SStefan Roeseifndef CONFIG_SKIP_LOWLEVEL_INIT
6*4c835a60SStefan Roeseobj-y += ddr_calibrate.o
7*4c835a60SStefan Roeseobj-y += lowlevel_init.o
8*4c835a60SStefan Roeseendif
9