diff options
Diffstat (limited to 'arch/riscv/cpu/fu540/Makefile')
-rw-r--r-- | arch/riscv/cpu/fu540/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/cpu/fu540/Makefile b/arch/riscv/cpu/fu540/Makefile new file mode 100644 index 00000000000..44700d998c2 --- /dev/null +++ b/arch/riscv/cpu/fu540/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2020 SiFive, Inc +# Pragnesh Patel <pragnesh.patel@sifive.com> + +obj-y += dram.o +obj-y += cpu.o |