summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-21 21:09:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-27 09:00:59 +0100
commit6073c71d07f905e8edf709cc9e7a99574152e26a (patch)
tree5581b33dbfd4918062c4540314382500330086d9
parentpsxtmtests: Changed the copyright license to BSD-2-Clause (GCI 2018) (diff)
downloadrtems-6073c71d07f905e8edf709cc9e7a99574152e26a.tar.bz2
drvmgr: Enable build for riscv
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 61f2335905..056d258d2a 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -349,7 +349,7 @@ AC_MSG_RESULT([$HAVE_LIBPCI])
# Filter libdrvmgr to only build for architectures that have support for it
AC_MSG_CHECKING([whether CPU supports libdrvmgr])
case $RTEMS_CPU in
- sparc)
+ riscv | sparc)
HAVE_LIBDRVMGR=yes ;;
*)
HAVE_LIBDRVMGR=no ;;