summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 02:59:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 02:59:39 +0000
commit85a89337f6a869bb55bf8f7dfdc559c10aed3e8e (patch)
tree7d02e488f0b798b2ab4d550877163b8ee9480879 /c/src/Makefile.am
parent2002-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-85a89337f6a869bb55bf8f7dfdc559c10aed3e8e.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSP_SUBDIRS. * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 9a5d0eac1e..e03405decf 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I ../../aclocal
-SUBDIRS = @exec@ @subdirs@ wrapup
+SUBDIRS = @BSP_SUBDIRS@
clean-local:
$(RM) -r $(PROJECT_RELEASE)