igrr / mkspiffs

Tool to build and unpack SPIFFS images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeBSD

sticilface opened this issue · comments

any chance of modifying the makefile for target : freebsd..

I've tried editing it, but I'm hopeless with Makefiles.

:)

There's now a case in the Makefile for FreeBSD:

mkspiffs/Makefile

Lines 22 to 24 in dc797c2

ifeq ($(UNAME_S),FreeBSD)
TARGET_OS := freebsd
endif

I've copied it over from esptool-ck, which got FreeBSD case from a recent PR. Since i can't test this myself, please let me know if anything else is needed.