riscv: Add checksum library
[sfrench/cifs-2.6.git] / arch / riscv / lib / Makefile
index 26cb2502ecf8969b76a47e874f6be9e90219887b..2aa1a4ad361fbfa9d35d7ee96c6545327e5dbec7 100644 (file)
@@ -6,6 +6,7 @@ lib-y                   += memmove.o
 lib-y                  += strcmp.o
 lib-y                  += strlen.o
 lib-y                  += strncmp.o
+lib-y                  += csum.o
 lib-$(CONFIG_MMU)      += uaccess.o
 lib-$(CONFIG_64BIT)    += tishift.o
 lib-$(CONFIG_RISCV_ISA_ZICBOZ) += clear_page.o