summaryrefslogtreecommitdiffstats
path: root/make/leaf.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 18:26:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 18:26:58 +0000
commitbd5e4f3baf926e95100c994f4c3042de8f2753f1 (patch)
tree21253395d4a7eda1404d418f694237bb45860498 /make/leaf.cfg
parentCorrected license notices per Eric's permission (diff)
downloadrtems-bd5e4f3baf926e95100c994f4c3042de8f2753f1.tar.bz2
Added bare bsp from Chris Johns <cjohns@plessey.com.au>.
Diffstat (limited to '')
-rw-r--r--make/leaf.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/leaf.cfg b/make/leaf.cfg
index b93ff047d1..4eca33f66c 100644
--- a/make/leaf.cfg
+++ b/make/leaf.cfg
@@ -174,5 +174,10 @@ endif
@echo >>$@
@echo "#endif" >>$@
+ifeq ($(RTEMS_BSP),bare)
+$(ARCH)/bsp_specs.tmp: FORCE
+ cp $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_BSP_FAMILY)/bsp_specs $@
+else
$(ARCH)/bsp_specs.tmp: FORCE
cp $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/bsp_specs $@
+endif