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/arch/amd64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/arch/amd64') diff --git a/src/sys/arch/amd64/Makefile b/src/sys/arch/amd64/Makefile index f4f4f48..1eae962 100644 --- a/src/sys/arch/amd64/Makefile +++ b/src/sys/arch/amd64/Makefile @@ -4,7 +4,7 @@ override PROMPT := printf "%s\t\t%s\n" TARGET_BIN = ../../l5 TARGET_INC = -I../../target/header/ -CFLAGS = -I../../include/ -I../../include/lib/ $(TARGET_INC) $(MI_CFLAGS) $(MD_CFLAGS) +CFLAGS = -I../../include/ -I../../include/lib/ $(TARGET_INC) $(MI_CFLAGS) $(MD_CFLAGS) $(CONF) CFILES = $(shell find . -name "*.c") ASMFILES = $(shell find . -name "*.S") -- cgit v1.2.3