diff options
Diffstat (limited to 'newlib/libc/misc/Makefile.inc')
-rw-r--r-- | newlib/libc/misc/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/misc/Makefile.inc b/newlib/libc/misc/Makefile.inc new file mode 100644 index 0000000..54a53ef --- /dev/null +++ b/newlib/libc/misc/Makefile.inc @@ -0,0 +1,6 @@ +LIBC_CHEWOUT_FILES += \ + %D%/ffs.def \ + %D%/lock.def \ + %D%/unctrl.def + +LIBC_CHAPTERS += %D%/misc.tex |