From b348db5f104982aeab58f2d6290f3e9065dce830 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Apr 2007 11:14:48 +0000 Subject: 2007-04-02 Joel Sherrill * Makefile.am, configure.ac: Add dummy printk support so all tests link. --- c/src/lib/libbsp/m68k/mvme162/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme162/Makefile.am') diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/Makefile.am index f6ade41bc0..e9b9c92d6b 100644 --- a/c/src/lib/libbsp/m68k/mvme162/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.am @@ -18,7 +18,8 @@ noinst_PROGRAMS = # wrapup is the one that actually builds and installs the library # 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 += include/coverhd.h @@ -49,7 +50,7 @@ clock_rel_CPPFLAGS = $(AM_CPPFLAGS) clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 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_LDFLAGS = $(RTEMS_RELLDFLAGS) -- cgit v1.2.3