summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorPetr Benes <petben@petben.net>2012-04-15 23:06:34 -0400
committerGedare Bloom <gedare@rtems.org>2012-04-15 23:06:34 -0400
commitc050143273326e2882c517063e550ed47848e8d0 (patch)
tree7ee924b55f1f0b9c189139e1f94fc79e98ae1680 /cpukit
parentbsp/stm32f4: API changes (diff)
downloadrtems-c050143273326e2882c517063e550ed47848e8d0.tar.bz2
PR1908: QoS library for CBS scheduler
Since the CBS scheduler is inspired by AQuoSA project for Linux, additional API (qreslib) compliant with Linux has been created. Sptest for qreslib included.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 7ac92c27c0..765716627a 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -15,6 +15,7 @@ SUBDIRS += libi2c
SUBDIRS += libmisc
SUBDIRS += libmd
SUBDIRS += libgnat
+SUBDIRS += libqos
SUBDIRS += wrapup
SUBDIRS += zlib
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 7c5c731361..1066e41fdd 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -380,6 +380,7 @@ librpc/Makefile
libmisc/Makefile
libi2c/Makefile
libmd/Makefile
+libqos/Makefile
zlib/Makefile
ftpd/Makefile
telnetd/Makefile