stos: ob: Implement ObCreateObject() helper
The ObCreateObject() is responsible for creating and allocating new objects, we'll need this to even have directories and such. Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -16,6 +16,7 @@ CFILES += $(shell find ../lib -name "*.c")
|
||||
CFILES += $(shell find ../drivers -name "*.c")
|
||||
CFILES += $(shell find ../mm -name "*.c")
|
||||
CFILES += $(shell find ../ex -name "*.c")
|
||||
CFILES += $(shell find ../ob -name "*.c")
|
||||
CFILES += $(shell find bpal -name "*.c")
|
||||
CFILES += $(shell find synch -name "*.c")
|
||||
DFILES = $(CFILES:.c=.d)
|
||||
|
||||
Reference in New Issue
Block a user