Move platform-specific flags to a separate file

This commit is contained in:
2025-12-07 01:03:25 +01:00
parent de5350010b
commit 8cd6eee737
3 changed files with 35 additions and 38 deletions

View File

@ -2,6 +2,7 @@ include $(srctree)/build/make.config
here := $(srctree)/kernel
include $(here)/make.$(platform).flags
include $(here)/make.src
all: $(srctree)/out/kernel.elf