summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sparc/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:38:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:38:09 +0000
commitd7118fd9f5e3d0d4c4b3af56b2569587a2d0a802 (patch)
tree89a6349fbc4fc975d64f1e0413c95a890246d94b /c/src/exec/score/cpu/sparc/Makefile.am
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7118fd9f5e3d0d4c4b3af56b2569587a2d0a802.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/sparc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/sparc/Makefile.am b/c/src/exec/score/cpu/sparc/Makefile.am
index e0c9eebd20..0271d9edf4 100644
--- a/c/src/exec/score/cpu/sparc/Makefile.am
+++ b/c/src/exec/score/cpu/sparc/Makefile.am
@@ -18,6 +18,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
REL = $(ARCH)/rtems-cpu.rel
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)