diff options
Diffstat (limited to 'arch/riscv/cpu/Makefile')
-rw-r--r-- | arch/riscv/cpu/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/cpu/Makefile b/arch/riscv/cpu/Makefile new file mode 100644 index 0000000000..2cc6757fcf --- /dev/null +++ b/arch/riscv/cpu/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com> + +extra-y = start.o + +obj-y += cpu.o |