mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 15:31:56 -04:00
22 lines
352 B
Makefile
22 lines
352 B
Makefile
# 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}
|