diff --git a/litex/soc/software/libc/missing.c b/litex/soc/software/libc/missing.c index 3125b37b2..c70d8f368 100644 --- a/litex/soc/software/libc/missing.c +++ b/litex/soc/software/libc/missing.c @@ -1,3 +1,9 @@ +/* This file contains functions that were missing + * during picolibc compilation. They are only stubs + * and should be probably replaced with more + * meaningful versions. + */ + #include int getentropy(void *v, size_t s) {