From a70ec6cb9cc31d6b2b697bdc624a66cca8b05eb5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Dec 2007 17:08:20 +0000 Subject: 2007-12-12 Joel Sherrill * Makefile.am, startup/bspstart.c: Links and runs again. * console/console-io.c: New file. --- c/src/lib/libbsp/unix/posix/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/unix/posix/Makefile.am') diff --git a/c/src/lib/libbsp/unix/posix/Makefile.am b/c/src/lib/libbsp/unix/posix/Makefile.am index 436a1f4565..ad9ff71543 100644 --- a/c/src/lib/libbsp/unix/posix/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/Makefile.am @@ -41,7 +41,8 @@ noinst_LIBRARIES = noinst_PROGRAMS += startup.rel startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ - startup/bspstart.c startup/setvec.c ../../shared/bootcard.c + ../../shared/bsppredriverhook.c startup/bspstart.c \ + startup/setvec.c ../../shared/bootcard.c ## for now always using main.c style startup ##if !HAS_CXX startup_rel_SOURCES += startup/main.c @@ -56,7 +57,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 console/console-io.c console_rel_CPPFLAGS = $(AM_CPPFLAGS) console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -- cgit v1.2.3