mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-17 21:02:04 +02:00
16 lines
289 B
Makefile
16 lines
289 B
Makefile
#
|
|
# Copyright (C) 2017-2020 Alibaba Group Holding Limited
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y += start.o
|
|
|
|
obj-y += cpu.o
|
|
obj-y += entry.o
|
|
obj-y += exception.o
|
|
obj-y += interrupt.o
|
|
obj-y += crt0.o
|
|
obj-y += timer.o
|
|
obj-y += cache.o
|