tests/pkg_fatfs: Create required bin/ directory

This commit is contained in:
chrysn 2021-09-02 17:17:42 +02:00
parent 5e763ee23c
commit 2c84f997d9

View File

@ -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