stos: Add kernel knotting impl
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
.SILENT:
|
||||
include ../../mk/stos.mk
|
||||
|
||||
CFILES = $(shell find ../init -name "*.c")
|
||||
CFILES = $(shell ls)
|
||||
CFILES += $(shell find ../init -name "*.c")
|
||||
CFILES += $(shell find ../xt -name "*.c")
|
||||
CFILES += $(shell find ../lib -name "*.c")
|
||||
CFILES += $(shell find ../drivers -name "*.c")
|
||||
|
||||
Reference in New Issue
Block a user