aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/locale/Makefile.inc')
-rw-r--r--newlib/libc/locale/Makefile.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/newlib/libc/locale/Makefile.inc b/newlib/libc/locale/Makefile.inc
index 7af1534..cef4131 100644
--- a/newlib/libc/locale/Makefile.inc
+++ b/newlib/libc/locale/Makefile.inc
@@ -1,3 +1,23 @@
+libc_a_SOURCES += \
+ %D%/setlocale.h \
+ %D%/locale.c \
+ %D%/localeconv.c
+
+## The following interfaces are EL/IX level 2
+if !ELIX_LEVEL_1
+libc_a_SOURCES += \
+ %D%/duplocale.c \
+ %D%/freelocale.c \
+ %D%/lctype.c \
+ %D%/lmessages.c \
+ %D%/lnumeric.c \
+ %D%/lmonetary.c \
+ %D%/newlocale.c \
+ %D%/nl_langinfo.c \
+ %D%/timelocal.c \
+ %D%/uselocale.c
+endif
+
LIBC_CHEWOUT_FILES += \
%D%/duplocale.def \
%D%/freelocale.def \