##// END OF EJS Templates
Added missing opencores files.
Added missing opencores files.

File last commit:

r645:cc8f80f527e5 default
r683:892a270271d8 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