##// END OF EJS Templates
Added AdvancedTrigger IP....
Added AdvancedTrigger IP. Added DiscoSpace board. Added Timegen design.

File last commit:

r651:bc7dd8a54a19 default
r653:c45d52d9ef54 default
Show More
Makefile
10 lines | 143 B | text/x-makefile | MakefileLexer
Alexis Jeandet
Updated LFR EM design....
r651 SUBDIRS := $(shell find ./ -maxdepth 1 -mindepth 1 -type d)
all :
.PHONY: force
%:
-for d in $(SUBDIRS); do (cd $$d; $(MAKE) $@ ); done