Files
mop3/libfat/Makefile
kamkow1 3a48856ee4
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m46s
sdutil FAT formatting, libfat fix memcpy overflow, generate linker .map files for user apps
2026-03-21 00:08:19 +01:00

14 lines
294 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_include,libsystem))
$(eval $(call add_include,libstring))
$(eval $(call add_include,libaux))
cflags += -D"FAT_PRINTF(a)"
DOCS_COLLECT = $$(git ls-files '*.c' '*.h' ':!\_fat.c' ':!\_fat.h' ':!\_fatctx.h')
libname := libfat
include ../make/lib.mk