forked from Imagelibrary/rtems
2001-06-19 Joel Sherrill <joel@OARcorp.com>
* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as it is called in configure.in instead of HZ.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
|
||||
it is called in configure.in instead of HZ.
|
||||
|
||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
|
||||
|
||||
@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
|
||||
$(make-rel)
|
||||
|
||||
scitab.c: $(SHGEN)
|
||||
$(SHGEN) -H $(HZ) sci > $@
|
||||
$(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
|
||||
|
||||
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
|
||||
AM_CPPFLAGS += -DHZ=$(HZ)
|
||||
AM_CPPFLAGS += -DHZ=$(CPU_CLOCK_RATE_HZ)
|
||||
|
||||
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
Reference in New Issue
Block a user