forked from Imagelibrary/rtems
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:
4
c/src/lib/libbsp/powerpc/mpc8260ads/.cvsignore
Normal file
4
c/src/lib/libbsp/powerpc/mpc8260ads/.cvsignore
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
autom4te.cache
|
||||||
|
configure
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
@@ -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>
|
01-10-22 Andy Dachs <a.dachs@sstl.co.uk>
|
||||||
|
|
||||||
* mpc8260ads added as new BSP. tm27 reported not to run
|
* mpc8260ads added as new BSP. tm27 reported not to run
|
||||||
|
|||||||
39
c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac
Normal file
39
c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac
Normal 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)
|
||||||
2
c/src/lib/libbsp/powerpc/mpc8260ads/console/.cvsignore
Normal file
2
c/src/lib/libbsp/powerpc/mpc8260ads/console/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
2
c/src/lib/libbsp/powerpc/mpc8260ads/include/.cvsignore
Normal file
2
c/src/lib/libbsp/powerpc/mpc8260ads/include/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
2
c/src/lib/libbsp/powerpc/mpc8260ads/network/.cvsignore
Normal file
2
c/src/lib/libbsp/powerpc/mpc8260ads/network/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
2
c/src/lib/libbsp/powerpc/mpc8260ads/start/.cvsignore
Normal file
2
c/src/lib/libbsp/powerpc/mpc8260ads/start/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
2
c/src/lib/libbsp/powerpc/mpc8260ads/startup/.cvsignore
Normal file
2
c/src/lib/libbsp/powerpc/mpc8260ads/startup/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
2
c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/.cvsignore
Normal file
2
c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
Reference in New Issue
Block a user