Skip to content

Commit a3c8ada

Browse files
committed
fix merge "riscv: mm: Only compile pgtable.c if MMU"
1 parent c9d1b40 commit a3c8ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/mm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
KCOV_INSTRUMENT_init.o := n
1414

1515
obj-y += init.o
16-
obj-$(CONFIG_MMU) += extable.o fault.o pageattr.o
16+
obj-$(CONFIG_MMU) += extable.o fault.o pageattr.o pgtable.o
1717
obj-$(CONFIG_MMU) += mmu.o
1818
obj-y += cacheflush.o
1919
obj-y += context.o

0 commit comments

Comments
 (0)