mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
drvmgr: Enable build for riscv
This commit is contained in:
@@ -349,7 +349,7 @@ AC_MSG_RESULT([$HAVE_LIBPCI])
|
|||||||
# Filter libdrvmgr to only build for architectures that have support for it
|
# Filter libdrvmgr to only build for architectures that have support for it
|
||||||
AC_MSG_CHECKING([whether CPU supports libdrvmgr])
|
AC_MSG_CHECKING([whether CPU supports libdrvmgr])
|
||||||
case $RTEMS_CPU in
|
case $RTEMS_CPU in
|
||||||
sparc)
|
riscv | sparc)
|
||||||
HAVE_LIBDRVMGR=yes ;;
|
HAVE_LIBDRVMGR=yes ;;
|
||||||
*)
|
*)
|
||||||
HAVE_LIBDRVMGR=no ;;
|
HAVE_LIBDRVMGR=no ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user