Proof-of-concept driver added
This commit is contained in:
7
drivers/g-wolves/Makefile
Normal file
7
drivers/g-wolves/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
SUBDIRS := $(wildcard */.)
|
||||
|
||||
all: $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
.PHONY: all $(SUBDIRS)
|
Reference in New Issue
Block a user