From 6dcf06ec7f2275a65b734f1226e09de1a4e5deb3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Aug 2008 16:47:54 +0000 Subject: 2008-08-18 Joel Sherrill * Makefile.am, console/console.c: Split debug IO code into separate file. * console/debugio.c: New file. --- c/src/lib/libbsp/m68k/mcf52235/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/mcf52235/Makefile.am') diff --git a/c/src/lib/libbsp/m68k/mcf52235/Makefile.am b/c/src/lib/libbsp/m68k/mcf52235/Makefile.am index 468ebbb2b9..4bd8555479 100644 --- a/c/src/lib/libbsp/m68k/mcf52235/Makefile.am +++ b/c/src/lib/libbsp/m68k/mcf52235/Makefile.am @@ -35,6 +35,7 @@ startup_SOURCES = startup/bspclean.c ../../shared/bsppredriverhook.c \ ../../shared/gnatinstallhandler.c clock_SOURCES = clock/clock.c console_SOURCES = console/console.c +debugio_SOURCES = console/debugio.c timer_SOURCES = timer/timer.c #if HAS_NETWORKING @@ -48,7 +49,7 @@ timer_SOURCES = timer/timer.c noinst_LIBRARIES = libbsp.a libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ - $(timer_SOURCES) + $(debugio_SOURCES) $(timer_SOURCES) libbsp_a_LIBADD = \ ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \ -- cgit v1.2.3