diff --git a/c/src/lib/libbsp/or32/ChangeLog b/c/src/lib/libbsp/or32/ChangeLog index 5e185728ce..6e10648aae 100644 --- a/c/src/lib/libbsp/or32/ChangeLog +++ b/c/src/lib/libbsp/or32/ChangeLog @@ -1,3 +1,7 @@ +2002-08-06 Joel Sherrill + + * Makefile.am: New file. + 2002-08-06 Chris Ziomkowski * ChangeLog, acinclude.m4, configure.ac: New files added as part 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