xref: /rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/Makefile (revision e77e65dfc2f803e7dd78f5bb2bc6b3750635cedd)
1*e77e65dfSangelo@sysam.it#
2*e77e65dfSangelo@sysam.it# (C) Copyright 2014  Angelo Dureghello <angelo@sysam.it>
3*e77e65dfSangelo@sysam.it#
4*e77e65dfSangelo@sysam.it# SPDX-License-Identifier:	GPL-2.0+
5*e77e65dfSangelo@sysam.it#
6*e77e65dfSangelo@sysam.it
7*e77e65dfSangelo@sysam.itextra-y	= start.o
8*e77e65dfSangelo@sysam.itobj-y	= interrupts.o cpu.o speed.o cpu_init.o
9*e77e65dfSangelo@sysam.it
10