Changeset 70633be1 in rtems
- Timestamp:
- 03/28/02 00:38:33 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4de102cc
- Parents:
- 460c1092
- Location:
- c/src/lib/libbsp/arm
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog
r460c1092 r70633be1 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * console/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * start/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 1 16 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 17 -
c/src/lib/libbsp/arm/arm_bare_bsp/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libbsp/arm/arm_bare_bsp/clock/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/clock.rel -
c/src/lib/libbsp/arm/arm_bare_bsp/configure.ac
r460c1092 r70633be1 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libbsp-arm-arm_bare_bsp],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([bsp_specs]) 8 8 RTEMS_TOP(../../../../../..) … … 10 10 11 11 RTEMS_CANONICAL_TARGET_CPU 12 AM_INIT_AUTOMAKE( rtems-c-src-lib-libbsp-arm-arm_bare_bsp,$RTEMS_VERSION,no)12 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 13 13 RTEMS_BSP_CONFIGURE 14 14 -
c/src/lib/libbsp/arm/arm_bare_bsp/console/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared/comm:@srcdir@/../../shared/io -
c/src/lib/libbsp/arm/arm_bare_bsp/include/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 include_HEADERS = bsp.h registers.h coverhd.h bspopts.h -
c/src/lib/libbsp/arm/arm_bare_bsp/irq/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared/irq -
c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/start.o -
c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../../shared -
c/src/lib/libbsp/arm/arm_bare_bsp/timer/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../../shared -
c/src/lib/libbsp/arm/arm_bare_bsp/wrapup/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 BSP_PIECES = clock console startup timer irq -
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r460c1092 r70633be1 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * console/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * start/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 1 16 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 17 -
c/src/lib/libbsp/arm/vegaplus/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libbsp/arm/vegaplus/clock/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/clock.rel -
c/src/lib/libbsp/arm/vegaplus/configure.ac
r460c1092 r70633be1 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libbsp-arm-vegaplus],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([bsp_specs]) 8 8 RTEMS_TOP(../../../../../..) … … 10 10 11 11 RTEMS_CANONICAL_TARGET_CPU 12 AM_INIT_AUTOMAKE( rtems-c-src-lib-libbsp-arm-vegaplus,$RTEMS_VERSION,no)12 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 13 13 RTEMS_BSP_CONFIGURE 14 14 -
c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared/comm:@srcdir@/../../shared/io -
c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 include_HEADERS = bsp.h registers.h coverhd.h bspopts.h -
c/src/lib/libbsp/arm/vegaplus/irq/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared/irq -
c/src/lib/libbsp/arm/vegaplus/start/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGMS = $(ARCH)/start.o -
c/src/lib/libbsp/arm/vegaplus/startup/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../../shared -
c/src/lib/libbsp/arm/vegaplus/timer/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../../shared -
c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am
r460c1092 r70633be1 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 BSP_FILES = clock console startup irq timer
Note: See TracChangeset
for help on using the changeset viewer.