mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Modified to support the BSP family concept.
This commit is contained in:
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ all: preinstall ${ARCH} $(SRCS) $(PGM)
|
|||||||
$(INSTALL_VARIANT) -m 644 $(PGM) ${PROJECT_RELEASE}/lib
|
$(INSTALL_VARIANT) -m 644 $(PGM) ${PROJECT_RELEASE}/lib
|
||||||
|
|
||||||
# the .rel file built here will be put into libbsp.a by
|
# the .rel file built here will be put into libbsp.a by
|
||||||
# ../$(RTEMS_BSP)/wrapup/Makefile
|
# ../$(RTEMS_BSP_FAMILY)/wrapup/Makefile
|
||||||
|
|
||||||
preinstall:
|
preinstall:
|
||||||
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
|
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ VPATH=@srcdir@
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(PROJECT_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP) directory if it exists
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(wildcard $(RTEMS_BSP))
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
Reference in New Issue
Block a user