Files
mop3/sdutil/Makefile
kamkow1 482afb47d7
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m47s
Build documentation / build-and-deploy (push) Successful in 2m38s
USB driver polling user app, handle only one XHCI controller for now, Implement USB device addressing
2026-03-29 18:59:20 +02:00

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