Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/xstormy16/Makefile.inc')
-rw-r--r--newlib/libc/machine/xstormy16/Makefile.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/machine/xstormy16/Makefile.inc b/newlib/libc/machine/xstormy16/Makefile.inc
new file mode 100644
index 000000000..c8df172ca
--- /dev/null
+++ b/newlib/libc/machine/xstormy16/Makefile.inc
@@ -0,0 +1,14 @@
+libc_a_SOURCES += \
+ %D%/setjmp.S \
+ %D%/calloc.c \
+ %D%/callocr.c \
+ %D%/cfree.c \
+ %D%/freer.c \
+ %D%/malign.c \
+ %D%/malloc.c \
+ %D%/mallocr.c \
+ %D%/msize.c \
+ %D%/mstats.c \
+ %D%/realloc.c \
+ %D%/reallocr.c \
+ %D%/valloc.c