Proof-of-concept driver added

This commit is contained in:
2023-09-19 15:06:41 +02:00
parent 0543d56dd5
commit c2ae875a82
7 changed files with 72 additions and 13 deletions

12
drivers/Makefile Normal file
View 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/