From c584d4eda4605b14b3731d72b85305ad58efcb97 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Mar 2020 10:14:04 +0100 Subject: rtems: Add rtems_put_char() Update #3904. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 968c52fe44..633f063b7d 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -219,6 +219,7 @@ librtemscpu_a_SOURCES += libcsupport/src/rtems_heap_null_extend.c librtemscpu_a_SOURCES += libcsupport/src/rtems_memalign.c librtemscpu_a_SOURCES += libcsupport/src/rtems_mkdir.c librtemscpu_a_SOURCES += libcsupport/src/rtems_putc.c +librtemscpu_a_SOURCES += libcsupport/src/rtems_put_char.c librtemscpu_a_SOURCES += libcsupport/src/setegid.c librtemscpu_a_SOURCES += libcsupport/src/seteuid.c librtemscpu_a_SOURCES += libcsupport/src/setgid.c -- cgit v1.2.3