summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-06 14:08:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-06 14:08:27 +0000
commit22c58b3d131895a005713e518d3a6cade03352ba (patch)
tree51931b344296430d30f30f717678ce506002128c /c/src/lib/libbsp/or32/Makefile.am
parent2002-08-06 Chris Ziomkowski <chris@asics.ws> (diff)
downloadrtems-22c58b3d131895a005713e518d3a6cade03352ba.tar.bz2
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: New file.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/or32/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/or32/Makefile.am b/c/src/lib/libbsp/or32/Makefile.am
new file mode 100644
index 0000000000..004513e797
--- /dev/null
+++ b/c/src/lib/libbsp/or32/Makefile.am
@@ -0,0 +1,14 @@
+##
+## $Id$
+##
+
+ACLOCAL_AMFLAGS = -I ../../../../../aclocal
+
+## Descend into the $(RTEMS_BSP_FAMILY) directory
+## Currently, the shared directory is not explicitly
+## added but it is present in the source tree.
+## Currently no shared
+SUBDIRS = $(RTEMS_BSP_FAMILY)
+
+include $(top_srcdir)/../../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../../automake/local.am