mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add dummy printk support so all tests link.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/Modif_cpu_asm.S console/console.c \
|
console_rel_SOURCES = console/Modif_cpu_asm.S console/console.c \
|
||||||
console/m340uart.c
|
console/m340uart.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -42,7 +42,8 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c console/consolereserveresources.c
|
console_rel_SOURCES = console/console.c console/consolereserveresources.c \
|
||||||
|
../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c console/leds.c console/mc68ec.c \
|
console_rel_SOURCES = console/console.c console/leds.c console/mc68ec.c \
|
||||||
console/duart.c
|
console/duart.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -41,7 +41,8 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = ../mvme147/console/console.c
|
console_rel_SOURCES = ../mvme147/console/console.c \
|
||||||
|
../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -18,7 +18,8 @@ noinst_PROGRAMS =
|
|||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
SUBDIRS = . tools
|
# XXX ignore tools since it doesn't build
|
||||||
|
SUBDIRS = .
|
||||||
|
|
||||||
include_HEADERS += ../../shared/tod.h
|
include_HEADERS += ../../shared/tod.h
|
||||||
include_HEADERS += include/coverhd.h
|
include_HEADERS += include/coverhd.h
|
||||||
@@ -49,7 +50,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ noinst_PROGRAMS += startup.rel
|
|||||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||||
../../shared/main.c ../../shared/sbrk.c startup/setvec.c \
|
../../shared/main.c ../../shared/sbrk.c startup/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c ../../shared/dummy_printk_support.c
|
||||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ noinst_PROGRAMS += startup.rel
|
|||||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||||
../../shared/main.c ../../shared/sbrk.c startup/setvec.c \
|
../../shared/main.c ../../shared/sbrk.c startup/setvec.c \
|
||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c ../../shared/dummy_printk_support.c
|
||||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -48,7 +48,8 @@ scitab_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
scitab_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
scitab_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = ../../sh/shared/console.c
|
console_rel_SOURCES = ../../sh/shared/console.c \
|
||||||
|
../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -48,7 +48,8 @@ scitab_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
scitab_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
scitab_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = ../../sh/shared/console.c console/config.c
|
console_rel_SOURCES = ../../sh/shared/console.c console/config.c \
|
||||||
|
../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -61,7 +61,8 @@ gdbsci_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|||||||
# FIXME: trap34 is unused
|
# FIXME: trap34 is unused
|
||||||
#
|
#
|
||||||
noinst_PROGRAMS += trap34.rel
|
noinst_PROGRAMS += trap34.rel
|
||||||
trap34_rel_SOURCES = trap34/console-io.c trap34/console-support.S
|
trap34_rel_SOURCES = trap34/console-io.c trap34/console-support.S \
|
||||||
|
../../shared/dummy_printk_support.c
|
||||||
trap34_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
trap34_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
trap34_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
trap34_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
@@ -72,7 +73,8 @@ console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|||||||
|
|
||||||
noinst_LIBRARIES = libbsp.a
|
noinst_LIBRARIES = libbsp.a
|
||||||
libbsp_a_SOURCES =
|
libbsp_a_SOURCES =
|
||||||
libbsp_a_LIBADD = startup.rel clock.rel console.rel gdbsci.rel scitab.rel
|
libbsp_a_LIBADD = startup.rel clock.rel console.rel gdbsci.rel scitab.rel \
|
||||||
|
trap34.rel
|
||||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
|
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel
|
||||||
|
|
||||||
include $(srcdir)/preinstall.am
|
include $(srcdir)/preinstall.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add dummy printk support so all tests link.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c
|
console_rel_SOURCES = console/console.c ../../shared/dummy_printk_support.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user