Files
mop3/libprocess/Makefile
kamkow1 217179c9a0
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
Handle IRQs inside the kernel
2026-03-13 20:33:27 +01:00

9 lines
150 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_include,libsystem))
$(eval $(call add_include,libmalloc))
libname := libprocess
include ../make/lib.mk