drvmgr: Enable build for riscv

This commit is contained in:
Sebastian Huber
2018-12-21 21:09:15 +01:00
parent 8f5abeab8a
commit 6073c71d07

View File

@@ -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 ;;