mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Removed uses of RTEMS_ENABLE_HWAPI but left macro in aclocal.
This commit is contained in:
@@ -14,7 +14,6 @@ AM_MAINTAINER_MODE
|
||||
RTEMS_ENABLE_MULTIPROCESSING
|
||||
RTEMS_ENABLE_NETWORKING
|
||||
RTEMS_ENABLE_BARE
|
||||
RTEMS_ENABLE_HWAPI
|
||||
|
||||
RTEMS_ENV_RTEMSBSP
|
||||
|
||||
@@ -36,15 +35,6 @@ AM_CONDITIONAL(UNIX,test "$RTEMS_CPU" = "unix")
|
||||
AC_CONFIG_SUBDIRS(libcpu)
|
||||
AC_CONFIG_SUBDIRS(libbsp)
|
||||
|
||||
RTEMS_ENABLE_HWAPI
|
||||
if test "$RTEMS_HAS_HWAPI" = "yes"; then
|
||||
if test -d "${srcdir}/libhwapi"; then
|
||||
cfg_subdirs="$cfg_subdirs libhwapi"
|
||||
fi
|
||||
LIBHWAPI="libhwapi"
|
||||
fi
|
||||
AC_SUBST(LIBHWAPI)
|
||||
|
||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||
|
||||
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
||||
|
||||
@@ -33,7 +33,6 @@ RTEMS_ENABLE_CXX
|
||||
RTEMS_ENABLE_GCC28
|
||||
RTEMS_ENABLE_LIBCDIR
|
||||
RTEMS_ENABLE_TESTS
|
||||
RTEMS_ENABLE_HWAPI
|
||||
|
||||
RTEMS_CHECK_CPU
|
||||
RTEMS_CANONICAL_HOST
|
||||
|
||||
Reference in New Issue
Block a user