Changeset 3a261b9b in rtems
- Timestamp:
- Sep 18, 2008, 8:42:46 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 17d9f5f
- Parents:
- ef37cb6
- Location:
- c/src/lib/libbsp/i386/i386ex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/ChangeLog
ref37cb6 r3a261b9b 1 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * Makefile.am: Add use of shared bsppost.c 4 1 5 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
c/src/lib/libbsp/i386/i386ex/Makefile.am
ref37cb6 r3a261b9b 35 35 startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ 36 36 ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ 37 ../../shared/bspgetworkarea.c ../../shared/bspclean.c \ 38 ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ 39 ../../shared/sbrk.c ../../i386/shared/irq/idt.c \ 37 ../../shared/bspgetworkarea.c ../../shared/bsppost.c startup/bspstart.c \ 38 ../../shared/bootcard.c ../../shared/sbrk.c ../../i386/shared/irq/idt.c \ 40 39 ../../i386/shared/irq/irq.c ../../i386/shared/irq/irq_init.c \ 41 40 ../../i386/shared/comm/i386-stub.c \
Note: See TracChangeset
for help on using the changeset viewer.