##// END OF EJS Templates
Renamed em-LeonLPP-A3PE3kL-v3-core1 boards in LFR-EM boards...
Renamed em-LeonLPP-A3PE3kL-v3-core1 boards in LFR-EM boards Renamed LFR-em-WFP_MS designs in SOLO_LFR_LFR-EM designs Updated LFR-EM boards constraints => PDC file => SDC file for the place and route Updated SOLO_LFR_LFR-EM designs => added DATA_SHAPING_SATURATION in LPP_FILTER => changed boards number : LPP_LFR_BOARD_LFR_EM & X"015B"

File last commit:

r645:cc8f80f527e5 default
r662:f19abbf47ea7 SOLO_LFR_01-5B (LFR-EM) default
Show More
Makefile
10 lines | 143 B | text/x-makefile | MakefileLexer
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 SUBDIRS := $(shell find ./ -maxdepth 1 -mindepth 1 -type d)
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 all :
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 .PHONY: force
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 %:
-for d in $(SUBDIRS); do (cd $$d; $(MAKE) $@ ); done