summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/Makefile.am')
-rw-r--r--c/src/lib/libbsp/arm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/Makefile.am b/c/src/lib/libbsp/arm/Makefile.am
index 3e228cff7d..7425cb7dcc 100644
--- a/c/src/lib/libbsp/arm/Makefile.am
+++ b/c/src/lib/libbsp/arm/Makefile.am
@@ -4,10 +4,10 @@
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.
-SUBDIRS = shared $(RTEMS_BSP_FAMILY)
+SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am