From 7f71ee15dfca8cd3e6ba4309ed768015ffbe8644 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 17 Sep 2025 01:44:55 -0400 Subject: kern: Make memmap dump configurable via kconf Use the OSMORA kernel configuration framework to add options for L5Lunos to parse during early startup. Signed-off-by: Ian Moffett --- src/sys/os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/os/Makefile') diff --git a/src/sys/os/Makefile b/src/sys/os/Makefile index 158eab4..693c008 100644 --- a/src/sys/os/Makefile +++ b/src/sys/os/Makefile @@ -4,7 +4,7 @@ include ../conf/sys.mk override PROMPT := printf "%s\t\t%s\n" TARGET_LIB = ../target/libkern.a -CFLAGS = -I../include/ -I../include/lib/ -I../target/header/ $(MI_CFLAGS) -O0 +CFLAGS = -I../include/ -I../include/lib/ -I../target/header/ $(MI_CFLAGS) -O0 $(CONF) CFILES = $(shell find . -name "*.c") CFILES += $(shell find ../vm -name "*.c") CFILES += $(shell find ../lib -name "*.c") -- cgit v1.2.3