From 657e30c135f22c4448cfd13f8113b23e72776dad Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Nov 2020 16:07:04 +0100 Subject: config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE In order to better support applications which use the new rtems_task_construct() directive add the CONFIGURE_INIT_TASK_CONSTURCT_STORAGE_SIZE configuration option. If this option is specified, then the Classic API initialization task is constructed with rtems_task_construct(). Update #4181. --- 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 8c7f9c1ed4..b7435d7eb6 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -790,6 +790,7 @@ librtemscpu_a_SOURCES += rtems/src/statustoerrno.c librtemscpu_a_SOURCES += rtems/src/systemeventreceive.c librtemscpu_a_SOURCES += rtems/src/systemeventsend.c librtemscpu_a_SOURCES += rtems/src/taskconstruct.c +librtemscpu_a_SOURCES += rtems/src/taskconstructuser.c librtemscpu_a_SOURCES += rtems/src/taskcreate.c librtemscpu_a_SOURCES += rtems/src/taskdelete.c librtemscpu_a_SOURCES += rtems/src/taskexit.c -- cgit v1.2.3