Files
mop3/kernel/make/src.mk
kamkow1 084809ac99
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s
Manage int IDs via id_alloc
2026-02-22 20:40:12 +01:00

17 lines
305 B
Makefile

include $(platform)/src.mk
include libk/src.mk
include sync/src.mk
include mm/src.mk
include limine/src.mk
include irq/src.mk
include proc/src.mk
include syscall/src.mk
include fs/src.mk
include device/src.mk
include Flanterm/src.mk
include id/src.mk
ifeq ($(PLATFORM_ACPI),1)
include uACPI/src.mk
endif