summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:41:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:41:31 +0000
commit4a309b4f2730d11238043a5175a1d3fcd9bee03a (patch)
tree90ad4c2e2ddf70ecccd41849bb538dec1c3a9921 /c/src/lib/libbsp/h8300
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4a309b4f2730d11238043a5175a1d3fcd9bee03a.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include compile.am
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/console/Makefile.am1
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/start/Makefile.am1
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am1
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am1
5 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index c00bec1627..189d87d10f 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,4 +1,9 @@
+2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
+ wrapup/Makefile.am: Include compile.am
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am
index 89dc14d67e..857bee7ee7 100644
--- a/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am
@@ -14,6 +14,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#
diff --git a/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am
index e5a9f26a27..86053b9e99 100644
--- a/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am
@@ -12,6 +12,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
OBJS = $(S_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am
index cf040e1aed..5f0850df92 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am
@@ -15,6 +15,7 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#
diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
index 613305a13e..2a5deae3be 100644
--- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
@@ -7,6 +7,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
BSP_FILES = startup console
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
# bummer; have to use $foreach since % pattern subst rules only replace 1x