Files
mop3/kernel/mm/src.mk
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

6 lines
63 B
Makefile

c += mm/pmm.c \
mm/malloc.c
o += mm/pmm.o \
mm/malloc.o