Move kernel mks into make/
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s

This commit is contained in:
2026-02-12 23:18:02 +01:00
parent 28ceabdb72
commit 6dd1d3ff1e
4 changed files with 3 additions and 3 deletions

View File

@@ -5,9 +5,9 @@ ldflags :=
cflags :=
buildtype ?= release
include vars.mk
include flags.mk
include src.mk
include make/vars.mk
include make/flags.mk
include make/src.mk
all: build/kernel.elf