mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 13:09:58 +01: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
|
|
|