From 8f0ba2fd31408d04175513b8826bf9418ad8b087 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Fri, 29 Aug 2025 09:43:09 -0400 Subject: move memory functions to memory folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2ec118..752928d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk CDIRS := boot CDIRS += boot/$(TARGET_BOOTLOADER) -CDIRS += device lib syscall +CDIRS += device lib memory syscall tasking CFILES := $(wildcard *.c) CFILES += $(wildcard arch/$(TARGET_MACHINE)/*.c) -- cgit v1.2.1