From 6073c71d07f905e8edf709cc9e7a99574152e26a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Dec 2018 21:09:15 +0100 Subject: 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 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 ;; -- cgit v1.2.3