You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.4 KiB
Makefile
32 lines
1.4 KiB
Makefile
# Makefile generated by Xilinx.
|
|
|
|
PROCESSOR = microblaze_0
|
|
LIBRARIES = ${PROCESSOR}/lib/libxil.a
|
|
BSP_MAKEFILES := $(wildcard $(PROCESSOR)/libsrc/*/src/Makefile)
|
|
SUBDIRS := $(patsubst %/Makefile, %, $(BSP_MAKEFILES))
|
|
|
|
ifneq (,$(findstring win,$(RDI_PLATFORM)))
|
|
SHELL = CMD
|
|
endif
|
|
|
|
all: libs
|
|
@echo 'Finished building libraries'
|
|
|
|
include: $(addsuffix /make.include,$(SUBDIRS))
|
|
|
|
libs: $(addsuffix /make.libs,$(SUBDIRS))
|
|
|
|
$(PROCESSOR)/lib/libxil.a: $(PROCESSOR)/lib/libxil_init.a
|
|
cp -f $< $@
|
|
|
|
%/make.include: $(if $(wildcard $(PROCESSOR)/lib/libxil_init.a),$(PROCESSOR)/lib/libxil.a,)
|
|
@echo "Running Make include in $(subst /make.include,,$@)"
|
|
$(MAKE) -C $(subst /make.include,,$@) -s include "SHELL=$(SHELL)" "COMPILER=mb-gcc" "ARCHIVER=mb-ar" "COMPILER_FLAGS= -O2 -c -mcpu=v9.6 -mhard-float -mlittle-endian -mno-xl-soft-div -mno-xl-soft-mul -mxl-barrel-shift -mxl-float-convert -mxl-float-sqrt -mxl-pattern-compare" "EXTRA_COMPILER_FLAGS=-g"
|
|
|
|
%/make.libs: include
|
|
@echo "Running Make libs in $(subst /make.libs,,$@)"
|
|
$(MAKE) -C $(subst /make.libs,,$@) -s libs "SHELL=$(SHELL)" "COMPILER=mb-gcc" "ARCHIVER=mb-ar" "COMPILER_FLAGS= -O2 -c -mcpu=v9.6 -mhard-float -mlittle-endian -mno-xl-soft-div -mno-xl-soft-mul -mxl-barrel-shift -mxl-float-convert -mxl-float-sqrt -mxl-pattern-compare" "EXTRA_COMPILER_FLAGS=-g"
|
|
|
|
clean:
|
|
rm -f ${PROCESSOR}/lib/libxil.a
|