diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-09-26 06:55:17 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-10-03 17:48:14 +0800 |
commit | b5369c5813aa407139fc137ccbd0944190f15ebc (patch) | |
tree | a344c53febb288b4e740dce7cc70c3efa91580fc /arch/riscv/cpu/ax25/Makefile | |
parent | ed49ba4dcccb21cee1c32427cf5bbf09521cd8dd (diff) | |
download | u-boot-b5369c5813aa407139fc137ccbd0944190f15ebc.tar.gz |
riscv: Make start.S available for all targets
Currently start.S is inside arch/riscv/cpu/ax25/, but it can be
common for all RISC-V targets.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'arch/riscv/cpu/ax25/Makefile')
-rw-r--r-- | arch/riscv/cpu/ax25/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/riscv/cpu/ax25/Makefile b/arch/riscv/cpu/ax25/Makefile index c3f164c122..2ab0342fe8 100644 --- a/arch/riscv/cpu/ax25/Makefile +++ b/arch/riscv/cpu/ax25/Makefile @@ -3,6 +3,4 @@ # Copyright (C) 2017 Andes Technology Corporation # Rick Chen, Andes Technology Corporation <rick@andestech.com> -extra-y = start.o - obj-y := cpu.o |