summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-16 18:33:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-16 18:33:45 +0000
commitd2632274d6206ab9a6075022adb2f4fc7b6f2d1d (patch)
tree6744a8c73177db93debe7c5d1520394db4ad1fff /Makefile.in
parentModified a lot of files to take a first cut at supporting building from (diff)
downloadrtems-d2632274d6206ab9a6075022adb2f4fc7b6f2d1d.tar.bz2
Switched command line override variable RTEMSBSP to RTEMS_BSP
and internally generated list of BSPs to RTEMS_BSP_LIST to make BSP override from the top level directory consistent.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d590f8b9f..72f402e3cc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,10 +21,10 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH=@srcdir@
-ifeq ($(RTEMSBSP),)
- RTEMS_BSP = @RTEMS_BSP@
+ifeq ($(RTEMS_BSP),)
+ RTEMS_BSP = @RTEMS_BSP_LIST@
else
- RTEMS_BSP = $(RTEMSBSP)
+ RTEMS_BSP = $(RTEMS_BSP)
endif
MAKE_CONFIG_EXTRA_DIR_PART=c/