From d2632274d6206ab9a6075022adb2f4fc7b6f2d1d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Dec 1997 18:33:45 +0000 Subject: [PATCH] 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. --- Makefile.in | 6 +++--- 1 file 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/