mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 04:43:52 -04:00
Create project directory structure for the MicroBlaze demo project that uses the full Ethernet IP (rather than the Ethernet Lite IP).
This commit is contained in:
parent
74eedea5db
commit
e9e8365c8f
95 changed files with 25754 additions and 0 deletions
21
Demo/MicroBlaze_Spartan-6_Ethernet/RTOSDemoBSP/Makefile
Normal file
21
Demo/MicroBlaze_Spartan-6_Ethernet/RTOSDemoBSP/Makefile
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue