mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
extra-y = start.o
|
|
|
|
obj-y += cpu.o mtrap.o
|
|
obj-y += thead/cache.o
|