From 80b3c938ce9798997c59cc102fb6738475f6fe32 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 May 2021 16:55:15 +0200 Subject: score: Move _Thread_queue_Queue_get_name_and_id() Move this diagnostic function to a separate file since it does not provide a core function of the system. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053. --- 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 a5f3a9665f..db025ac6f8 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -985,6 +985,7 @@ librtemscpu_a_SOURCES += score/src/threadqenqueue.c librtemscpu_a_SOURCES += score/src/threadqextractwithproxy.c librtemscpu_a_SOURCES += score/src/threadqfirst.c librtemscpu_a_SOURCES += score/src/threadqflush.c +librtemscpu_a_SOURCES += score/src/threadqgetnameandid.c librtemscpu_a_SOURCES += score/src/threadqops.c librtemscpu_a_SOURCES += score/src/threadqtimeout.c librtemscpu_a_SOURCES += score/src/timespecaddto.c -- cgit v1.2.3