Files
mop3/sdutil/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

15 lines
363 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_lib,libstring))
$(eval $(call add_lib,libprocess))
$(eval $(call add_lib,libaux))
$(eval $(call add_lib,libmalloc))
$(eval $(call add_lib,libdebugconsole))
$(eval $(call add_lib,libmalloc))
$(eval $(call add_lib,libinput))
$(eval $(call add_lib,libfat))
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
include ../make/user.mk