aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/sdmmc/CMakeLists.txt
blob: f6e8fe2b1e414a0aa2701f2239eda9bf6aa6fe59 (plain)
1
2
3
4
5
6
7
8
9
idf_component_register(SRCS "sdmmc_cmd.c"
                            "sdmmc_common.c"
                            "sdmmc_init.c"
                            "sdmmc_io.c"
                            "sdmmc_mmc.c"
                            "sdmmc_sd.c"
                    INCLUDE_DIRS include
                    REQUIRES driver
                    PRIV_REQUIRES soc)