##// END OF EJS Templates
Updated LFR EM design....
Updated LFR EM design. Added USES_MBE_PIN generic on Leon3_soc module to set MBE when using IAP's srctrle_0ws and a RAM without MBE.

File last commit:

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