forked from Imagelibrary/rtems
Removed CONFIG_DIR and PROJECT_HOME directories.
This commit is contained in:
@@ -25,9 +25,6 @@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
|||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(RTEMS_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# dubious, but needed by rtems-glom ...
|
|
||||||
export PROJECT_HOME
|
|
||||||
|
|
||||||
SUB_DIRS=build-tools src
|
SUB_DIRS=build-tools src
|
||||||
|
|
||||||
# We only make the install point for the KA9Q header files if it is enabled.
|
# We only make the install point for the KA9Q header files if it is enabled.
|
||||||
@@ -74,9 +71,9 @@ clean_wrapup: clean_tools clean_dirs clean_modules
|
|||||||
.PHONY: dirs clean_wrapup clean_dirs clean_tools clean_modules env install
|
.PHONY: dirs clean_wrapup clean_dirs clean_tools clean_modules env install
|
||||||
|
|
||||||
dirs:
|
dirs:
|
||||||
|
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
|
||||||
-test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \
|
-test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \
|
||||||
(cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs)
|
(cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs)
|
||||||
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
|
|
||||||
# @echo Making directories in build tree ...
|
# @echo Making directories in build tree ...
|
||||||
# -$(foreach dir,$(CREATE_DIRS), \
|
# -$(foreach dir,$(CREATE_DIRS), \
|
||||||
# $(shell $(MKDIR) $(PROJECT_ROOT)/$(RTEMS_BSP)/$(dir)))
|
# $(shell $(MKDIR) $(PROJECT_ROOT)/$(RTEMS_BSP)/$(dir)))
|
||||||
@@ -89,21 +86,20 @@ clean_dirs:
|
|||||||
clean_tools:
|
clean_tools:
|
||||||
cd build-tools; $(MAKE) clean
|
cd build-tools; $(MAKE) clean
|
||||||
|
|
||||||
|
$(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc: $(PROJECT_ROOT)/make/Templates/Makefile.inc
|
||||||
|
echo "RTEMS_BSP = $(RTEMS_BSP)" > $@
|
||||||
|
$(CAT) $< >> $@
|
||||||
|
|
||||||
# NOTE: The wildcard on the install should pick up everything except
|
# NOTE: The wildcard on the install should pick up everything except
|
||||||
# the tests directory. This significantly minimizes the install size.
|
# the tests directory. This significantly minimizes the install size.
|
||||||
|
|
||||||
|
install_files: $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc
|
||||||
install_files:
|
|
||||||
-$(MKDIR) $(prefix)/
|
-$(MKDIR) $(prefix)/
|
||||||
-$(MKDIR) $(prefix)/rtems
|
-$(MKDIR) $(prefix)/rtems
|
||||||
-$(MKDIR) $(prefix)/rtems/make
|
-$(RM) -rf $(prefix)/rtems/$(RTEMS_BSP)
|
||||||
-$(MKDIR) $(prefix)/rtems/make/compilers
|
cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \
|
||||||
-$(MKDIR) $(prefix)/rtems/make/custom
|
|
||||||
-rm -rf $(prefix)/rtems/$(RTEMS_BSP)
|
|
||||||
cd ../; tar cf - make $(RTEMS_BSP)/[bilsu]* | \
|
|
||||||
(cd $(prefix)/rtems; tar xpBf - )
|
(cd $(prefix)/rtems; tar xpBf - )
|
||||||
(echo RTEMS_BSP = $(RTEMS_BSP) ; $(CAT) make/Templates/Makefile.inc ) \
|
cd ../make; make RTEMS_BSP=$(RTEMS_BSP) install
|
||||||
> $(prefix)/rtems/$(RTEMS_BSP)/Makefile.inc
|
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
cd src/tests; $(MAKE) all
|
cd src/tests; $(MAKE) all
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
DESTDIR=$(PROJECT_RELEASE)/build-tools
|
DESTDIR=$(PROJECT_RELEASE)/build-tools
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=exec lib tests/tools tests/support tests/samples
|
SUB_DIRS=exec lib tests/tools tests/support tests/samples
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
POSIX_DIRS_yes_V=posix
|
POSIX_DIRS_yes_V=posix
|
||||||
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
|
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=base sys headers $(INLINE) optman src
|
SUB_DIRS=base sys headers $(INLINE) optman src
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES)
|
SRCS=$(H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES)
|
SRCS=$(H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES)
|
SRCS=$(H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES)
|
SRCS=$(H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES)
|
SRCS=$(H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
|||||||
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
|
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ SRCS=$(C_FILES) $(CC_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES)
|
SRCS=$(H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=headers $(INLINE) optman src
|
SUB_DIRS=headers $(INLINE) optman src
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES)
|
|||||||
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
|
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ SRCS=$(C_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=headers $(INLINE) optman src
|
SUB_DIRS=headers $(INLINE) optman src
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ OBJS=$(C_O_FILES) $(S_O_FILES)
|
|||||||
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
|
PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ SRCS=$(C_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=headers $(INLINE) tools cpu src
|
SUB_DIRS=headers $(INLINE) tools cpu src
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=$(RTEMS_CPU)
|
SUB_DIRS=$(RTEMS_CPU)
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ NET_H_FILES=$(NET_H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES)
|
SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ NET_H_FILES=$(NET_H_PIECES:%=$(srcdir)/%.h)
|
|||||||
SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES)
|
SRCS=$(H_FILES) $(SAPI_H_FILES) $(EXTERNAL_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
|||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add your list of files to delete here. The config files
|
# Add your list of files to delete here. The config files
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ SRCS=$(C_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SUB_DIRS=generic $(wildcard $(RTEMS_CPU))
|
SUB_DIRS=generic $(wildcard $(RTEMS_CPU))
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
DESTDIR=$(PROJECT_RELEASE)/bin
|
DESTDIR=$(PROJECT_RELEASE)/bin
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
|
|||||||
PGMS=${ARCH}/genoffsets
|
PGMS=${ARCH}/genoffsets
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
# We use files that have not been installed yet.
|
# We use files that have not been installed yet.
|
||||||
CPU_DIR=../../cpu/$(RTEMS_CPU)
|
CPU_DIR=../../cpu/$(RTEMS_CPU)
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
|
|||||||
PGMS=${ARCH}/gensize
|
PGMS=${ARCH}/gensize
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
# We use files that have not been installed yet.
|
# We use files that have not been installed yet.
|
||||||
CPU_DIR=../../cpu/$(RTEMS_CPU)
|
CPU_DIR=../../cpu/$(RTEMS_CPU)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
POSIX_DIRS_yes_V=posix
|
POSIX_DIRS_yes_V=posix
|
||||||
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
|
POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ OBJS=$(CPU_OBJS) $(CORE_OBJS) $(POSIX_OBJS) $(SAPI_OBJS)
|
|||||||
LIB=$(ARCH)/libposix.a
|
LIB=$(ARCH)/libposix.a
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ OBJS=$(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS)
|
|||||||
LIB=$(ARCH)/librtems.a
|
LIB=$(ARCH)/librtems.a
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# We only build the KA9Q library if HAS_KA9Q was defined
|
# We only build the KA9Q library if HAS_KA9Q was defined
|
||||||
LIBKA9Q_yes_V = libka9q
|
LIBKA9Q_yes_V = libka9q
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ SRCS=$(H_FILES) $(SYS_H_FILES) \
|
|||||||
$(KA9Q_H_FILES) $(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES)
|
$(KA9Q_H_FILES) $(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# mptests are the multiprocessing test suite
|
# mptests are the multiprocessing test suite
|
||||||
# We only build them if HAS_MP was defined
|
# We only build them if HAS_MP was defined
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
SRCS=README
|
SRCS=README
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ EQ_FILES =
|
|||||||
SRCS=$(H_FILES) $(EQ_FILES)
|
SRCS=$(H_FILES) $(EQ_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
PGM=${ARCH}/crt0.o ${ARCH}/register.o
|
PGM=${ARCH}/crt0.o ${ARCH}/register.o
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=ramlink romlink $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
|
|||||||
LIB=$(ARCH)/libbsp.a
|
LIB=$(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
SRCS=$(srcdir)/floss-bsp.h
|
SRCS=$(srcdir)/floss-bsp.h
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ EQ_FILES =
|
|||||||
SRCS=$(H_FILES) $(EQ_FILES)
|
SRCS=$(H_FILES) $(EQ_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ OBJS=$(C_O_FILES)
|
|||||||
INSTALLED_O_FILES=$(ARCH)/rtems-ctor.o
|
INSTALLED_O_FILES=$(ARCH)/rtems-ctor.o
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ OBJS=$(C_O_FILES)
|
|||||||
PGMS=${ARCH}/print_dump
|
PGMS=${ARCH}/print_dump
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
|
|||||||
LIB=$(ARCH)/libbsp.a
|
LIB=$(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
# Descend into the $(RTEMS_BSP_FAMILY) directory
|
||||||
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
SUB_DIRS=$(RTEMS_BSP_FAMILY)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ EQ_FILES =
|
|||||||
SRCS=$(H_FILES) $(EQ_FILES)
|
SRCS=$(H_FILES) $(EQ_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
|
|||||||
LIB=$(ARCH)/libbsp.a
|
LIB=$(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ EQ_FILES =
|
|||||||
SRCS=$(H_FILES) $(EQ_FILES)
|
SRCS=$(H_FILES) $(EQ_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES)
|
|||||||
OBJS=$(C_O_FILES)
|
OBJS=$(C_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
|
|||||||
LIB=$(ARCH)/libbsp.a
|
LIB=$(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/lib.cfg
|
include $(RTEMS_ROOT)/make/lib.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/directory.cfg
|
include $(RTEMS_ROOT)/make/directory.cfg
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
|
|||||||
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_CUSTOM)
|
include $(RTEMS_CUSTOM)
|
||||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
include $(RTEMS_ROOT)/make/leaf.cfg
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user