mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-25 00:21:28 +02:00
7 lines
161 B
Makefile
7 lines
161 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2014 Angelo Dureghello <angelo@sysam.it>
|
|
|
|
extra-y = start.o
|
|
obj-y = interrupts.o cpu.o speed.o cpu_init.o
|