diff options
Diffstat (limited to 'newlib/libc/stdio/Makefile.am')
-rw-r--r-- | newlib/libc/stdio/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am index 1d459b250..8069ead16 100644 --- a/newlib/libc/stdio/Makefile.am +++ b/newlib/libc/stdio/Makefile.am @@ -155,6 +155,7 @@ ELIX_4_SOURCES = \ open_memstream.c \ putwc.c \ putwchar.c \ + stdio_ext.c \ swprintf.c \ swscanf.c \ ungetwc.c \ @@ -391,6 +392,7 @@ CHEWOUT_FILES = \ setvbuf.def \ sprintf.def \ sscanf.def \ + stdio_ext.def \ swprintf.def \ swscanf.def \ tmpfile.def \ |