driver: asset interface

This commit is contained in:
2023-09-25 10:33:24 +02:00
parent 5b78a431e0
commit 252206764b
3 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
SUBDIRS := $(wildcard */.)
BUILD_DIR=../build/
all: $(BUILD_DIR)/drivers/ $(SUBDIRS)
all: $(BUILD_DIR)/drivers/ $(BUILD_DIR)/drivers/assets/ $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
@@ -10,3 +10,5 @@ $(SUBDIRS):
$(BUILD_DIR)/drivers/:
mkdir -p $(BUILD_DIR)/drivers/
$(BUILD_DIR)/drivers/assets/:
mkdir -p $(BUILD_DIR)/drivers/assets/