From 8123cae864579219e5003a67b451ca4cc07d998b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Sep 2016 15:32:22 +0200 Subject: rtems: Add rtems_task_get_priority() Update #2556. Update #2784. --- cpukit/rtems/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/Makefile.am') diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am index 0a452c8121..4be426620c 100644 --- a/cpukit/rtems/Makefile.am +++ b/cpukit/rtems/Makefile.am @@ -88,6 +88,7 @@ librtems_a_SOURCES += src/tasks.c librtems_a_SOURCES += src/taskcreate.c librtems_a_SOURCES += src/taskdelete.c librtems_a_SOURCES += src/taskgetaffinity.c +librtems_a_SOURCES += src/taskgetpriority.c librtems_a_SOURCES += src/taskgetscheduler.c librtems_a_SOURCES += src/taskident.c librtems_a_SOURCES += src/taskinitusers.c -- cgit v1.2.3