2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>

* Makefile.am: Remove shared/main.c.
This commit is contained in:
Ralf Corsepius
2007-02-16 02:01:22 +00:00
parent 4768a2742b
commit 3644d07d1b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove shared/main.c.
2007-01-30 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am:
@@ -26,7 +30,7 @@
bfin/shared/console/console.c, bfin/shared/start/start.S,
bfin/shared/timer/timer.c: New files.
2006-01-11 Ralf Corsepius <ralf.corsepius@freenet.de>
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* bspstart.am: Remove.

View File

@@ -12,7 +12,7 @@ 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/main.c shared/sbrk.c shared/tod.c \
shared/gnatinstallhandler.c shared/sbrk.c shared/tod.c \
shared/tod.h
EXTRA_DIST += shared/vmeUniverse/vmeUniverse.c \
shared/vmeUniverse/vmeUniverse.h \