forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user