Files
mop3/init/Makefile
kamkow1 927d9e4c73
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
Working PS/2 keyboard driver
2026-02-15 14:28:07 +01:00

10 lines
220 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_lib,libterminal))
$(eval $(call add_lib,liballoc))
$(eval $(call add_lib,libprocess))
$(eval $(call add_lib,libstring))
$(eval $(call add_lib,libkb))
include ../make/user.mk