##// END OF EJS Templates
Changed design MINI-LFR_WFP_MS to SOLO_LFR_MINI-LFR....
Changed design MINI-LFR_WFP_MS to SOLO_LFR_MINI-LFR. Add LPP_LFR_BOARD constant number in the package lpp_lfr_pkg. Add LPP_LFR_BOARD_DISCOSPACE board number (X"04") => LPP_LFR_BOARD number must used for top_lfr_version. Removed/Renamed constraint files of MINI-LFR board. Added README.md files in the design SOLO_LFR_MINI-LFR

File last commit:

r651:bc7dd8a54a19 default
r656:a69a331fccb2 SOLO_LFR_01-5A (MINI-LFR) default
Show More
Makefile
34 lines | 490 B | text/x-makefile | MakefileLexer
SCRIPTSDIR=scripts/
LIBDIR=lib/
BOARDSDIR=boards/
DESIGNSDIR=designs/
.PHONY:doc
all: help
help:
@echo
@echo " batch targets:"
@echo
@echo " make link : link lpp library to GRLIB at : $(GRLIB)"
@echo " make test : run all tests /!\\ might take a lot of time."
APB_devs:
sh $(SCRIPTSDIR)/APB_DEV_UPDATER.sh
link:
sh $(SCRIPTSDIR)/linklibs.sh $(GRLIB)
test:
$(MAKE) -C tests test
distclean:
$(MAKE) -C tests distclean
$(MAKE) -C designs distclean