Files
mop3/sdutil/Makefile
kamkow1 cc291568f5
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m33s
sdutil Initialize CHS too (some BIOSes dont like it), libfat Add update callback function
2026-03-21 15:16:03 +01:00

16 lines
403 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))
$(eval $(call add_include,libterminal))
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
include ../make/user.mk