mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
11 lines
190 B
Makefile
11 lines
190 B
Makefile
|
#
|
||
|
# Copyright (C) 2017 Andes Technology Corporation
|
||
|
# Rick Chen, Andes Technology Corporation <rick@andestech.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
extra-y = start.o
|
||
|
|
||
|
obj-y := cpu.o
|