We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e81622 commit 494bbc1Copy full SHA for 494bbc1
tests/pkg/fatfs_vfs/Makefile.board.dep
@@ -0,0 +1,13 @@
1
+# The dependency resolution is called multiple times, but not all the
2
+# dependencies are resolved in the first round, such as the board deps.
3
+# To make sure that the board deps are resolved before running, we
4
+# create a temporary variable that stores the rounds and adds a `+` to
5
+# the string (make does not support integer incrementation).
6
+TEST_FATFS_DEP_ROUND := $(TEST_FATFS_DEP_ROUND)+
7
+
8
+ifeq (++,$(TEST_FATFS_DEP_ROUND))
9
+ ifeq (,$(filter mtd_sdcard mtd_sdmmc,$(USEMODULE)))
10
+ # if no SD interface is specified, use mtd_sdcard by default
11
+ USEMODULE += mtd_sdcard
12
+ endif
13
+endif
0 commit comments