##// END OF EJS Templates
Fixed APB mistakes on APB_ADVANCED_TRIGGER....
Fixed APB mistakes on APB_ADVANCED_TRIGGER. Addev vectored version of APB_ADVANCED_TRIGGER-> APB_ADVANCED_TRIGGER_v. Added preliminary support for MiniSpartan6+ board from Scarab Hardware.

File last commit:

r645:cc8f80f527e5 default
r661:9097fee4c1b6 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