2001-10-22 Joel Sherrill <joel@OARcorp.com>

* .cvsignore, configure.ac, configure.in, console/.cvsignore,
	include/.cvsignore, network/.cvsignore, start/.cvsignore,
	startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
	files and other files missed in previous commit.
This commit is contained in:
Joel Sherrill
2001-10-22 14:49:25 +00:00
parent 5edbffe3f6
commit e084576f01
9 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
autom4te.cache
configure
Makefile
Makefile.in

View File

@@ -1,3 +1,10 @@
2001-10-22 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, configure.ac, configure.in, console/.cvsignore,
include/.cvsignore, network/.cvsignore, start/.cvsignore,
startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
files and other files missed in previous commit.
01-10-22 Andy Dachs <a.dachs@sstl.co.uk>
* mpc8260ads added as new BSP. tm27 reported not to run

View File

@@ -0,0 +1,39 @@
## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ(2.13)
AC_INIT(bsp_specs)
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-mpc8260,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_ENABLE_LIBCDIR
RTEMS_ENABLE_NETWORKING
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
RTEMS_CHECK_NETWORKING
RTEMS_CANONICAL_HOST
RTEMS_PROJECT_ROOT
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list a Makefile here
AC_OUTPUT(
Makefile
clock/Makefile
console/Makefile
include/Makefile
network/Makefile
irq/Makefile
vectors/Makefile
start/Makefile
startup/Makefile
wrapup/Makefile)

View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@@ -0,0 +1,2 @@
Makefile
Makefile.in