Modified to support the BSP family concept.

This commit is contained in:
Joel Sherrill
1997-08-27 20:33:11 +00:00
parent 49c2f58948
commit f80faebea7
11 changed files with 21 additions and 21 deletions

View File

@@ -10,5 +10,5 @@ VPATH=@srcdir@
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg
# Descend into the $(RTEMS_BSP) directory if it exists
SUB_DIRS=$(wildcard $(RTEMS_BSP))
# Descend into the $(RTEMS_BSP_FAMILY) directory
SUB_DIRS=$(RTEMS_BSP_FAMILY)