mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
e77e65dfc2
Add Freescale MCF5307 cpu support. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
9 lines
166 B
Makefile
9 lines
166 B
Makefile
#
|
|
# (C) Copyright 2014 Angelo Dureghello <angelo@sysam.it>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
obj-y = interrupts.o cpu.o speed.o cpu_init.o
|
|
|