Changeset 41b34c85 in rtems


Ignore:
Timestamp:
03/07/05 23:42:58 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
df55b0f1
Parents:
d4d4d74c
Message:

2005-03-07 Joel Sherrill <joel@…>

  • Makefile.am: Add timerstub so more tests link.
Location:
c/src/lib/libbsp/h8300/h8sim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/h8300/h8sim/ChangeLog

    rd4d4d74c r41b34c85  
     12005-03-07      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Makefile.am: Add timerstub so more tests link.
     4
    152005-03-07      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/lib/libbsp/h8300/h8sim/Makefile.am

    rd4d4d74c r41b34c85  
    4545console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
    4646
     47noinst_PROGRAMS += timer.rel
     48timer_rel_SOURCES = ../../shared/timerstub.c
     49timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
     50timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
     51
    4752noinst_LIBRARIES = libbsp.a
    4853libbsp_a_SOURCES =
    49 libbsp_a_LIBADD = startup.rel clock.rel console.rel
     54libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel
    5055
    5156all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
Note: See TracChangeset for help on using the changeset viewer.