mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 18:41:30 +00:00
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
|
|
|