summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-20 07:33:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 07:18:37 +0100
commit03aff2cf85b514f34cba2e798928471795fd80be (patch)
tree0b32e454d5d7a25d65c04e16c21dbaca77853e84 /cpukit/Makefile.am
parentconfig: Add <rtems/confdefs/bdbuf.h> (diff)
downloadrtems-03aff2cf85b514f34cba2e798928471795fd80be.tar.bz2
config: Add <rtems/confdefs/malloc.h>
Remove all comments and copyrightable content from the moved content. Use BSD-2-Clause license for new file. Move the default configuration to library files so that application configurations do not include the definitions for the default case. Update #3053. Update #3875.
Diffstat (limited to '')
-rw-r--r--cpukit/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 189f525b7d..85b427848a 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -171,6 +171,8 @@ librtemscpu_a_SOURCES += libcsupport/src/lstat.c
librtemscpu_a_SOURCES += libcsupport/src/malloc.c
librtemscpu_a_SOURCES += libcsupport/src/malloc_deferred.c
librtemscpu_a_SOURCES += libcsupport/src/malloc_dirtier.c
+librtemscpu_a_SOURCES += libcsupport/src/mallocdirtydefault.c
+librtemscpu_a_SOURCES += libcsupport/src/mallocextenddefault.c
librtemscpu_a_SOURCES += libcsupport/src/mallocfreespace.c
librtemscpu_a_SOURCES += libcsupport/src/mallocgetheapptr.c
librtemscpu_a_SOURCES += libcsupport/src/mallocinfo.c