2009-04-28 Chris Johns <chrisj@rtems.org>

* Makefile.am: Add bspinit.c, a common Init task that manages
        command line arguments from a BSP.
This commit is contained in:
Chris Johns
2009-04-28 06:36:25 +00:00
parent a4ed6b112d
commit 288146576b
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2009-04-28 Chris Johns <chrisj@rtems.org>
* Makefile.am: Add bspinit.c, a common Init task that manages
command line arguments from a BSP.
2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/clockdrv_shell.c: Turn warning into error.

View File

@@ -10,10 +10,10 @@ DIST_SUBDIRS = @libbsp_cpu_subdir@
EXTRA_DIST = MERGE.PROCEDURE bsp.am
# shared
EXTRA_DIST += shared/bootcard.c shared/bspclean.c shared/bsplibc.c \
shared/bsppost.c shared/console-polled.c shared/console.c \
shared/gnatinstallhandler.c shared/sbrk.c shared/tod.c \
shared/tod.h
EXTRA_DIST += shared/bootcard.c shared/bspclean.c shared/bspinit.c \
shared/bsplibc.c shared/bsppost.c shared/console-polled.c \
shared/console.c shared/gnatinstallhandler.c shared/sbrk.c \
shared/tod.c shared/tod.h
EXTRA_DIST += shared/vmeUniverse/vmeUniverse.c \
shared/vmeUniverse/vmeUniverse.h \
shared/vmeUniverse/vmeUniverseDMA.h \