summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/or32/Makefile.am')
-rw-r--r--c/src/lib/libbsp/or32/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/or32/Makefile.am b/c/src/lib/libbsp/or32/Makefile.am
index 77765bbb4b..f8d34b33b3 100644
--- a/c/src/lib/libbsp/or32/Makefile.am
+++ b/c/src/lib/libbsp/or32/Makefile.am
@@ -4,11 +4,11 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal
-## Descend into the $(RTEMS_BSP_FAMILY) directory
+## 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)
+SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am