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