mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Modified to support the BSP family concept.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -53,7 +53,7 @@ all: preinstall ${ARCH} $(SRCS) $(PGM)
|
||||
$(INSTALL_VARIANT) -m 644 $(PGM) ${PROJECT_RELEASE}/lib
|
||||
|
||||
# the .rel file built here will be put into libbsp.a by
|
||||
# ../$(RTEMS_BSP)/wrapup/Makefile
|
||||
# ../$(RTEMS_BSP_FAMILY)/wrapup/Makefile
|
||||
|
||||
preinstall:
|
||||
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user