From 5180762ccb480e72c0dac5eb3c8c27a2ad62a240 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Feb 2020 13:36:30 +0100 Subject: config: Add _Thread_Idle_body Move the idle thread body configuration constant out of the configuration table. Provide a default definition of the idle thread body constant. Update #3875. --- 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 1adcbb3ae9..42e16d71e6 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -956,6 +956,7 @@ librtemscpu_a_SOURCES += score/src/threaddispatch.c librtemscpu_a_SOURCES += score/src/threadget.c librtemscpu_a_SOURCES += score/src/threadhandler.c librtemscpu_a_SOURCES += score/src/threadinitialize.c +librtemscpu_a_SOURCES += score/src/threadidledefault.c librtemscpu_a_SOURCES += score/src/threadloadenv.c librtemscpu_a_SOURCES += score/src/threadrestart.c librtemscpu_a_SOURCES += score/src/threadsetstate.c -- cgit v1.2.3