forked from Imagelibrary/rtems
Move optman to the end of BSP_SUBDIRS.
This commit is contained in:
@@ -132,7 +132,6 @@ RTEMS_BSP_CONFIG_SUBDIR(
|
||||
## Note: the order of the directories below is essential
|
||||
AC_CONFIG_SUBDIRS([make])
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS make"
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS optman"
|
||||
|
||||
RTEMS_CPU_SUBDIRS(lib/libcpu)
|
||||
if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then
|
||||
@@ -166,6 +165,8 @@ BSP_SUBDIRS="$BSP_SUBDIRS support"
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS ada"
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
|
||||
|
||||
BSP_SUBDIRS="$BSP_SUBDIRS optman"
|
||||
|
||||
AC_ARG_ENABLE([ada],
|
||||
[AS_HELP_STRING(--enable-ada,enable ada support)],
|
||||
[case "${enable_ada}" in
|
||||
|
||||
Reference in New Issue
Block a user