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