diff options
Diffstat (limited to 'arch/riscv/lib')
-rw-r--r-- | arch/riscv/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/lib/Makefile b/arch/riscv/lib/Makefile index 5739bd05d289..4e2e600f7d53 100644 --- a/arch/riscv/lib/Makefile +++ b/arch/riscv/lib/Makefile | |||
@@ -3,6 +3,6 @@ lib-y += memcpy.o | |||
3 | lib-y += memset.o | 3 | lib-y += memset.o |
4 | lib-y += uaccess.o | 4 | lib-y += uaccess.o |
5 | 5 | ||
6 | lib-(CONFIG_64BIT) += tishift.o | 6 | lib-$(CONFIG_64BIT) += tishift.o |
7 | 7 | ||
8 | lib-$(CONFIG_32BIT) += udivdi3.o | 8 | lib-$(CONFIG_32BIT) += udivdi3.o |