Driver for SD/MMC cards

This commit is contained in:
UncleRus 2016-10-18 16:26:00 +05:00
parent b23dd64419
commit 0c535d44a6
7 changed files with 829 additions and 0 deletions

7
extras/sdio/component.mk Normal file
View file

@ -0,0 +1,7 @@
# Component makefile for extras/sdio
INC_DIRS += $(sdio_ROOT)..
# args for passing into compile rule generation
sdio_SRC_DIR = $(sdio_ROOT)
$(eval $(call component_compile_rules,sdio))