diff options
Diffstat (limited to 'arch/riscv/cpu/fu540/Makefile')
-rw-r--r-- | arch/riscv/cpu/fu540/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/cpu/fu540/Makefile b/arch/riscv/cpu/fu540/Makefile index 043fb961a5..088205ef57 100644 --- a/arch/riscv/cpu/fu540/Makefile +++ b/arch/riscv/cpu/fu540/Makefile @@ -8,4 +8,5 @@ obj-y += spl.o else obj-y += dram.o obj-y += cpu.o +obj-y += cache.o endif |