From 24851567c38f573e9176529e9ca431fbf80c6cef Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 10 Dec 2019 10:41:48 +0100 Subject: score: Split up objects allocation Split up the different objects allocation methods into separate functions. This helps to avoid a dependency on the workspace in case no objects or a static set of objects is configured. Change license to BSD-2-Clause according to file histories. Update #3053. Update #3835. --- cpukit/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 06e98c31ff..25dbd58813 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -858,6 +858,9 @@ librtemscpu_a_SOURCES += score/src/memoryfill.c librtemscpu_a_SOURCES += score/src/memoryzerobeforeuse.c librtemscpu_a_SOURCES += score/src/memoryzerofreeareas.c librtemscpu_a_SOURCES += score/src/objectallocate.c +librtemscpu_a_SOURCES += score/src/objectallocatenone.c +librtemscpu_a_SOURCES += score/src/objectallocatestatic.c +librtemscpu_a_SOURCES += score/src/objectallocateunlimited.c librtemscpu_a_SOURCES += score/src/objectclose.c librtemscpu_a_SOURCES += score/src/objectextendinformation.c librtemscpu_a_SOURCES += score/src/objectfree.c -- cgit v1.2.3