nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 SUBDIRS = $(dir $(wildcard */Makefile))
2  
3 all: $(SUBDIRS)
4  
5 $(SUBDIRS): FORCE
6 @printf "\033[0;31m EXECUTING MAKE FOR CHIP VERSION\033[0m %s\n" $@
7 $(Q)make -C $@
8  
9 FORCE: