Changeset f80faeb in rtems


Ignore:
Timestamp:
08/27/97 20:33:11 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3473f605
Parents:
49c2f589
Message:

Modified to support the BSP family concept.

Location:
c/src/lib/libbsp
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/a29k/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/hppa1.1/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/i386/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/i960/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/m68k/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/mips64orion/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/no_cpu/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/powerpc/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/shmdr/Makefile.in

    r49c2f589 rf80faeb  
    5454
    5555# the .rel file built here will be put into libbsp.a by
    56 #   ../$(RTEMS_BSP)/wrapup/Makefile
     56#   ../$(RTEMS_BSP_FAMILY)/wrapup/Makefile
    5757
    5858preinstall:
  • c/src/lib/libbsp/sparc/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
  • c/src/lib/libbsp/unix/Makefile.in

    r49c2f589 rf80faeb  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
    13 # Descend into the $(RTEMS_BSP) directory if it exists
    14 SUB_DIRS=$(wildcard $(RTEMS_BSP))
     13# Descend into the $(RTEMS_BSP_FAMILY) directory
     14SUB_DIRS=$(RTEMS_BSP_FAMILY)
Note: See TracChangeset for help on using the changeset viewer.