From 2c84f997d93e7bb6635db569479b342145280b82 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 2 Sep 2021 17:17:42 +0200 Subject: [PATCH] tests/pkg_fatfs: Create required bin/ directory --- tests/pkg_fatfs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index 067c182079..cb25319017 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -45,6 +45,7 @@ USEMODULE += mtd_sdcard endif image: + ${Q}mkdir -p bin ${Q}tar -xjf riot_fatfs_disk.tar.bz2 -C ./bin/ #this generates a compressed fat image file that can be used by the fat driver on native