Move src/modules/main -> src/kernel

This commit is contained in:
Justin C. Miller
2018-04-17 09:44:40 -07:00
parent 504de44ff3
commit 2050b89334
20 changed files with 26 additions and 14 deletions

2
src/kernel/module.mk Normal file
View File

@@ -0,0 +1,2 @@
MOD_NAME := main
include modules.mk