mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
19 lines
450 B
Makefile
19 lines
450 B
Makefile
MODULE = esp_idf_sdmmc
|
|
|
|
# source files to be compiled for this module
|
|
ESP32_SDK_SRC = \
|
|
components/driver/sdmmc_host.c \
|
|
components/driver/sdmmc_transaction.c \
|
|
components/soc/$(CPU_FAM)/sdmmc_periph.c \
|
|
#
|
|
|
|
# additional include pathes required by this module
|
|
# INCLUDES += -I$(ESP32_SDK_DIR)/components/driver/include
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|
|
ESP32_SDK_BIN = $(BINDIR)/$(MODULE)
|
|
|
|
include ../esp_idf.mk
|
|
include ../esp_idf_cflags.mk
|