Removed start subdirectory and distributed contents to the appropriate

places under the libbsp tree.
This commit is contained in:
Joel Sherrill
1999-11-16 16:13:26 +00:00
parent 0cb7cb9e7c
commit ce18601a7d
4 changed files with 4 additions and 11 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)