2994a566a6
* Driver for SD/MMC cards * SDIO: read_register() bug fixed, schematics resized
7 lines
No EOL
186 B
Makefile
7 lines
No EOL
186 B
Makefile
# 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)) |