mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-18 21:32:09 +02:00
8 lines
162 B
Makefile
8 lines
162 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
|
|
|