From 03aff2cf85b514f34cba2e798928471795fd80be Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Feb 2020 07:33:59 +0100 Subject: config: Add 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. --- cpukit/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/Makefile.am') 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 -- cgit v1.2.3