diff options
Diffstat (limited to 'newlib/libc/posix/Makefile.inc')
-rw-r--r-- | newlib/libc/posix/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/posix/Makefile.inc b/newlib/libc/posix/Makefile.inc new file mode 100644 index 0000000..74539dd --- /dev/null +++ b/newlib/libc/posix/Makefile.inc @@ -0,0 +1,5 @@ +LIBC_CHEWOUT_FILES += \ + %D%/popen.def \ + %D%/posix_spawn.def + +LIBC_CHAPTERS += %D%/posix.tex |