summaryrefslogtreecommitdiff
path: root/lib/crc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc/Makefile')
-rw-r--r--lib/crc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crc/Makefile b/lib/crc/Makefile
index bec58266251f..81e176db0947 100644
--- a/lib/crc/Makefile
+++ b/lib/crc/Makefile
@@ -28,6 +28,7 @@ crc32-$(CONFIG_ARM64) += arm64/crc32-core.o
crc32-$(CONFIG_PPC) += powerpc/crc32c-vpmsum_asm.o
crc32-$(CONFIG_RISCV) += riscv/crc32_lsb.o riscv/crc32_msb.o
crc32-$(CONFIG_S390) += s390/crc32le-vx.o s390/crc32be-vx.o
+crc32-$(CONFIG_SPARC) += sparc/crc32c_asm.o
endif
obj-$(CONFIG_CRC64) += crc64.o