From aedd92d1477df0025821b77c06b2f2b2dc7aaf67 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Apr 2020 12:11:19 +0200 Subject: score: Add stack free handler to TCB This avoids a dependency to the stack free function in the thread destruction. Update #3959. --- 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 a8cc9b2b1d..e5009e53c9 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -933,6 +933,7 @@ librtemscpu_a_SOURCES += score/src/schedulercbsreleasejob.c librtemscpu_a_SOURCES += score/src/schedulercbsunblock.c librtemscpu_a_SOURCES += score/src/stackallocator.c librtemscpu_a_SOURCES += score/src/stackallocatorfree.c +librtemscpu_a_SOURCES += score/src/stackallocatorfreenothing.c librtemscpu_a_SOURCES += score/src/stackallocatorinit.c librtemscpu_a_SOURCES += score/src/pheapallocate.c librtemscpu_a_SOURCES += score/src/pheapextend.c -- cgit v1.2.3