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