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:
6
kernel/make/flags.mk
Normal file
6
kernel/make/flags.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(platform)/flags.mk
|
||||
include generic/flags.mk
|
||||
|
||||
ifeq ($(PLATFORM_ACPI),1)
|
||||
include uACPI/flags.mk
|
||||
endif
|
||||
12
kernel/make/src.mk
Normal file
12
kernel/make/src.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
include $(platform)/src.mk
|
||||
include libk/src.mk
|
||||
include sync/src.mk
|
||||
include mm/src.mk
|
||||
include limine/src.mk
|
||||
include uACPI/src.mk
|
||||
include irq/src.mk
|
||||
include proc/src.mk
|
||||
include syscall/src.mk
|
||||
include fs/src.mk
|
||||
include device/src.mk
|
||||
include Flanterm/src.mk
|
||||
1
kernel/make/vars.mk
Normal file
1
kernel/make/vars.mk
Normal file
@@ -0,0 +1 @@
|
||||
include $(platform)/vars.mk
|
||||
Reference in New Issue
Block a user