2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: Add use of shared bsppost.c
This commit is contained in:
Joel Sherrill
2008-09-18 20:42:46 +00:00
parent ef37cb67a1
commit 3a261b9b6d
2 changed files with 6 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add use of shared bsppost.c
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
+2 -3
View File
@@ -34,9 +34,8 @@ dist_project_lib_DATA += startup/linkcmds
include_HEADERS += ../../i386/shared/comm/uart.h
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bspgetworkarea.c ../../shared/bspclean.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
../../shared/sbrk.c ../../i386/shared/irq/idt.c \
../../shared/bspgetworkarea.c ../../shared/bsppost.c startup/bspstart.c \
../../shared/bootcard.c ../../shared/sbrk.c ../../i386/shared/irq/idt.c \
../../i386/shared/irq/irq.c ../../i386/shared/irq/irq_init.c \
../../i386/shared/comm/i386-stub.c \
../../i386/shared/comm/i386-stub-glue.c ../../i386/shared/comm/uart.c \