Move kernel mks into make/
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -5,9 +5,9 @@ ldflags :=
|
|||||||
cflags :=
|
cflags :=
|
||||||
buildtype ?= release
|
buildtype ?= release
|
||||||
|
|
||||||
include vars.mk
|
include make/vars.mk
|
||||||
include flags.mk
|
include make/flags.mk
|
||||||
include src.mk
|
include make/src.mk
|
||||||
|
|
||||||
all: build/kernel.elf
|
all: build/kernel.elf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user