From 7f09abec3eeeca99cd0d8312a5dae97485c38525 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Sep 2008 20:40:09 +0000 Subject: 2008-09-18 Joel Sherrill * Makefile.am, configure.ac, startup/bspstart.c: Add bsp_get_work_area() implementation and use more of the BSP Initialization Framework. * startup/bspgetworkarea.c, startup/bsppost.c: New files. --- c/src/lib/libbsp/unix/posix/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 0e5c9c5b97..5832af8802 100644 --- a/c/src/lib/libbsp/unix/posix/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/Makefile.am @@ -40,7 +40,8 @@ noinst_LIBRARIES = ## endif startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ - ../../shared/bsppredriverhook.c startup/bspstart.c \ + ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ + startup/bspstart.c startup/bsppost.c startup/bspgetworkarea.c \ startup/setvec.c ../../shared/bootcard.c ## for now always using main.c style startup ##if !HAS_CXX -- cgit v1.2.3