summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:33:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:33:22 +0000
commitd79bdebc0c0e83e2d710f19ebc45c125be49f6e0 (patch)
tree8f951a56feeb3f679bf5f8b9fd8253803c5e8ce4 /c/src/exec/wrapup/rtems
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d79bdebc0c0e83e2d710f19ebc45c125be49f6e0.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am, wrapup/rtems/Makefile.am: Include compile.am
Diffstat (limited to 'c/src/exec/wrapup/rtems')
-rw-r--r--c/src/exec/wrapup/rtems/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/wrapup/rtems/Makefile.am b/c/src/exec/wrapup/rtems/Makefile.am
index 4659f409ce..40b5bcd76b 100644
--- a/c/src/exec/wrapup/rtems/Makefile.am
+++ b/c/src/exec/wrapup/rtems/Makefile.am
@@ -8,6 +8,7 @@ LIBNAME = librtems
LIB = $(ARCH)/$(LIBNAME).a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
CPU_OBJS = $(wildcard ../../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel)