diff options
Diffstat (limited to 'arch/riscv/cpu/nx25/Makefile')
-rw-r--r-- | arch/riscv/cpu/nx25/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/riscv/cpu/nx25/Makefile b/arch/riscv/cpu/nx25/Makefile new file mode 100644 index 0000000000..5fcf1007c2 --- /dev/null +++ b/arch/riscv/cpu/nx25/Makefile @@ -0,0 +1,10 @@ +# +# 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 |