summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 19:04:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 19:04:16 +0000
commitd9608233c78b8d95a62d2d903e46d2be27c0b690 (patch)
tree31fa2936517db7d0bc82728f7bacc69923f03984 /c/src/lib/libbsp/hppa1.1/simhppa/wrapup
parent2000-09-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d9608233c78b8d95a62d2d903e46d2be27c0b690.tar.bz2
2000-09-25 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: tty_* renamed to console_*. * tty/tty.c: Ditto. * shmsupp/addrconv.c: Typo fixed. * wrapup/Makefile.am: Merge startup not start directory.
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/wrapup')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
index 0ec54b2429..92acdd8422 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am
@@ -15,7 +15,7 @@ GENERIC_FILES = $(GENERIC_MP_REL_FILES)
if HAS_MP
BSP_MP_O_FILES = shmsupp
endif
-BSP_FILES = start tty $(BSP_MP_O_FILES)
+BSP_FILES = startup tty $(BSP_MP_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am