Changeset ce1dfbe in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
10/01/08 09:31:46 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
c5a7f1a9
Parents:
75e10892
Message:

2008-10-01 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove scitab.c (Not applicable).
Location:
c/src/lib/libbsp/sh/shsim
Files:
2 edited

Legend:

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

    r75e10892 rce1dfbe  
     12008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Remove scitab.c (Not applicable).
     4
    152008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
    26
  • c/src/lib/libbsp/sh/shsim/Makefile.am

    r75e10892 rce1dfbe  
    3030libbsp_a_SOURCES =
    3131
    32 SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
    33 
    34 scitab.c: $(SHGEN)
    35         $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
    36 BUILT_SOURCES = scitab.c
    37 CLEANFILES = scitab.c
    38 
    3932# startup
    4033libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
Note: See TracChangeset for help on using the changeset viewer.