2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/Makefile.am: Remove AC_CFLAGS, HZ.
This commit is contained in:
Joel Sherrill
2001-10-16 13:32:19 +00:00
parent 81d4759187
commit 14a67aa9e4
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove AC_CFLAGS, HZ.
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,

View File

@@ -22,8 +22,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
AM_CPPFLAGS += -DHZ=$(HZ)
$(PGM): $(OBJS)
$(make-rel)

View File

@@ -1,3 +1,7 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove AC_CFLAGS, HZ.
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, start/start.S, start/start.ram, start/start.rom,

View File

@@ -22,8 +22,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
AM_CPPFLAGS += -DHZ=$(CPU_CLOCK_RATE_HZ)
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
$(INSTALL_DATA) $< $@