2003-08-13 Joel Sherrill <joel@OARcorp.com>

PR 451/bsps
	* startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
This commit is contained in:
Joel Sherrill
2003-08-13 17:43:32 +00:00
parent 2cd8c4ccde
commit 22234ea01f
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps
* startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
2003-08-11 Joel Sherrill <joel@OARcorp.com>
PR 453/make_build

View File

@@ -9,7 +9,7 @@ PGM = $(ARCH)/startup.rel
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
idt.c irq.c irq_init.c i386-stub.c i386-stub-glue.c uart.c \
gnatinstallhandler.c
gnatinstallhandler.c gdb_glue.c tty_drv.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
S_FILES = irq_asm.S

View File

@@ -1,3 +1,8 @@
2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps
* startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -9,7 +9,7 @@ PGM = $(ARCH)/startup.rel
C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
idt.c irq.c irq_init.c i386-stub.c i386-stub-glue.c uart.c \
gnatinstallhandler.c
gnatinstallhandler.c gdb_glue.c tty_drv.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
S_FILES = irq_asm.S