summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-08-29 09:43:09 -0400
committerJon Santmyer <jon@jonsantmyer.com>2025-08-29 09:43:09 -0400
commit8f0ba2fd31408d04175513b8826bf9418ad8b087 (patch)
tree22dc7902bf32f77bfd4ded444c35fa9f219ac9e5 /Makefile
parent772717dc22e04b4d168d0f77bee6b6357118768c (diff)
downloadjove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.tar.gz
jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.tar.bz2
jove-kernel-8f0ba2fd31408d04175513b8826bf9418ad8b087.zip
move memory functions to memory folder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)