summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/v850/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/v850/Makefile.am')
-rw-r--r--c/src/lib/libbsp/v850/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/v850/Makefile.am b/c/src/lib/libbsp/v850/Makefile.am
new file mode 100644
index 0000000000..d5747beb2f
--- /dev/null
+++ b/c/src/lib/libbsp/v850/Makefile.am
@@ -0,0 +1,15 @@
+##
+##
+
+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.
+SUBDIRS = @RTEMS_BSP_FAMILY@
+
+EXTRA_DIST =
+
+include $(srcdir)/preinstall.am
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am