[rtems commit] drvmgr: Enable build for riscv

Sebastian Huber sebh at rtems.org
Thu Dec 27 08:02:23 UTC 2018


Module:    rtems
Branch:    master
Commit:    6073c71d07f905e8edf709cc9e7a99574152e26a
Changeset: http://git.rtems.org/rtems/commit/?id=6073c71d07f905e8edf709cc9e7a99574152e26a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Dec 21 21:09:15 2018 +0100

drvmgr: Enable build for riscv

---

 cpukit/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 61f2335..056d258 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 ;;



More information about the vc mailing list