X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=arch%2Friscv%2Flib%2FMakefile;fp=arch%2Friscv%2Flib%2FMakefile;h=47e7a82044608d1b1b81a981b1511ee3406cf68a;hp=0d0db80800c4ed32f8b9a39a6a60a2aa9f9886aa;hb=0593c1b4598a77b5f835b278cde0ab71e2578588;hpb=45fe605832c8c0c962bfaf2581c6489b39abfe10 diff --git a/arch/riscv/lib/Makefile b/arch/riscv/lib/Makefile index 0d0db80800c4..47e7a8204460 100644 --- a/arch/riscv/lib/Makefile +++ b/arch/riscv/lib/Makefile @@ -2,5 +2,5 @@ lib-y += delay.o lib-y += memcpy.o lib-y += memset.o -lib-y += uaccess.o +lib-$(CONFIG_MMU) += uaccess.o lib-$(CONFIG_64BIT) += tishift.o