Add autogenerated test source code to the new MicroBlaze project.

This commit is contained in:
Richard Barry 2011-05-31 18:14:58 +00:00
parent d4670870fb
commit ee4659b678
41 changed files with 12318 additions and 121 deletions

View file

@ -0,0 +1,21 @@
# Makefile generated by Xilinx SDK.
-include libgen.options
LIBRARIES = ${PROCESSOR}/lib/libxil.a
MSS = system.mss
all: libs
@echo 'Finished building libraries'
libs: $(LIBRARIES)
$(LIBRARIES): $(MSS)
libgen -hw ${HWSPEC}\
${REPOSITORIES}\
-pe ${PROCESSOR} \
-log libgen.log \
$(MSS)
clean:
rm -rf ${PROCESSOR}