Changeset 4e568769 in rtems


Ignore:
Timestamp:
01/29/01 18:35:10 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a76e2b4
Parents:
623893c
Message:

2001-01-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add scitab, gdbsci to SUBDIRS.
  • include/gdbsci.h: New file.
  • include/.cvsignore: Add stamp-h? and bspopts.h*.
  • console/Makefile.am: Use shared/console.c.
  • console/console-io.c, console/console-support.S: Remove.
Location:
c/src/lib/libbsp/sh/shsim
Files:
1 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r623893c r4e568769  
     12001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
     4        * include/gdbsci.h: New file.
     5        * include/.cvsignore: Add stamp-h? and bspopts.h*.
     6        * console/Makefile.am: Use shared/console.c.
     7        * console/console-io.c, console/console-support.S: Remove.
     8
    192001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libbsp/sh/shsim/Makefile.am

    r623893c r4e568769  
    88# wrapup is the one that actually builds and installs the library
    99#  from the individual .rel files built in other directories
    10 SUBDIRS = include start startup clock console wrapup
     10SUBDIRS = include start startup clock scitab gdbsci console wrapup
    1111
    1212include $(top_srcdir)/../../bsp.am
  • c/src/lib/libbsp/sh/shsim/console/Makefile.am

    r623893c r4e568769  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 VPATH = @srcdir@:@srcdir@/../../../shared
     7VPATH = @srcdir@:@srcdir@/../../shared
    88
    99PGM = $(ARCH)/console.rel
    1010
    11 C_FILES = console-io.c console-polled.c
    12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
     11C_FILES = console.c
     12C_O_FILES = $(C_FILES:shared/%.c=$(ARCH)/%.o)
    1313
    14 S_FILES = console-support.S
    15 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
    16 
    17 OBJS = $(C_O_FILES) $(S_O_FILES)
     14OBJS = $(C_O_FILES)
    1815
    1916include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     
    2825        $(make-rel)
    2926
    30 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
     27# the .rel file built here will be put into libbsp.a by
     28#       ../wrapup/Makefile
    3129
    3230all-local: $(ARCH) $(OBJS) $(PGM)
     
    3432.PRECIOUS: $(PGM)
    3533
    36 EXTRA_DIST = console.c
    37 
    3834include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/include/.cvsignore

    r623893c r4e568769  
    11Makefile
    22Makefile.in
     3stamp-h*
     4bspopts.h*
Note: See TracChangeset for help on using the changeset viewer.