mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
7f47c73b35
Only RV64 supports 128 integer size. Signed-off-by: Zong Li <zong@andestech.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
9 lines
139 B
Makefile
9 lines
139 B
Makefile
lib-y += delay.o
|
|
lib-y += memcpy.o
|
|
lib-y += memset.o
|
|
lib-y += uaccess.o
|
|
|
|
lib-(CONFIG_64BIT) += tishift.o
|
|
|
|
lib-$(CONFIG_32BIT) += udivdi3.o
|