mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
Removed start subdirectory and distributed contents to the appropriate
places under the libbsp tree.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
SUBDIRS = start include libc libcpu libbsp \
|
||||
SUBDIRS = include libc libcpu libbsp \
|
||||
$(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
SUBDIRS = start include libc libcpu libbsp \
|
||||
SUBDIRS = include libc libcpu libbsp \
|
||||
$(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
@@ -52,12 +52,6 @@ if test "$RTEMS_HAS_HWAPI" = "yes"; then
|
||||
fi
|
||||
AC_SUBST(LIBHWAPI)
|
||||
|
||||
if test -d "${srcdir}/start/$RTEMS_CPU"; then
|
||||
cfg_subdirs="$cfg_subdirs start/$RTEMS_CPU"
|
||||
RTEMS_CPU_STARTdir="$RTEMS_CPU"
|
||||
fi
|
||||
AC_SUBST(RTEMS_CPU_STARTdir)
|
||||
|
||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||
|
||||
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
||||
@@ -72,5 +66,4 @@ include/Makefile
|
||||
include/sys/Makefile
|
||||
include/motorola/Makefile
|
||||
include/zilog/Makefile
|
||||
libc/Makefile
|
||||
start/Makefile)
|
||||
libc/Makefile)
|
||||
|
||||
Reference in New Issue
Block a user