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

* Makefile.am: Remove scitab.c (Not applicable).
This commit is contained in:
Ralf Corsepius
2008-10-01 09:31:46 +00:00
parent 75e1089296
commit ce1dfbef4b
2 changed files with 4 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove scitab.c (Not applicable).
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, include/bsp.h, include/tm27.h,

View File

@@ -29,13 +29,6 @@ dist_project_lib_DATA += startup/linkcmds startup/linkcmds.sim
noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =
SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
scitab.c: $(SHGEN)
$(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
BUILT_SOURCES = scitab.c
CLEANFILES = scitab.c
# startup
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c ../shared/bspstart.c \