diff options
Diffstat (limited to 'arch/riscv/cpu/c9xx/Makefile')
-rw-r--r-- | arch/riscv/cpu/c9xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/cpu/c9xx/Makefile b/arch/riscv/cpu/c9xx/Makefile index dab292c1..45b9d785 100644 --- a/arch/riscv/cpu/c9xx/Makefile +++ b/arch/riscv/cpu/c9xx/Makefile @@ -6,3 +6,4 @@ obj-y += dram.o obj-y += cpu.o +obj-y += feature.o |