summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 11:15:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 11:15:31 +0000
commit3002831b47cd46d95b1feb7f7b241efa640b41e2 (patch)
treef08fd0225dd90a9f562bbc50cb5801b76fe652a3 /c/src/lib/libbsp/sh/gensh1
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3002831b47cd46d95b1feb7f7b241efa640b41e2.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add dummy printk support so all tests link.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/gensh1/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog
index 39bc7c0bbc..dd33b1e7f5 100644
--- a/c/src/lib/libbsp/sh/gensh1/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh1/ChangeLog
@@ -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>
* configure.ac: New BUG-REPORT address.
diff --git a/c/src/lib/libbsp/sh/gensh1/Makefile.am b/c/src/lib/libbsp/sh/gensh1/Makefile.am
index e80994a5cf..857a8c7b55 100644
--- a/c/src/lib/libbsp/sh/gensh1/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh1/Makefile.am
@@ -48,7 +48,8 @@ scitab_rel_CPPFLAGS = $(AM_CPPFLAGS)
scitab_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
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_LDFLAGS = $(RTEMS_RELLDFLAGS)