develop/libraries/framework: Post-SVN tidy
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 20s
Build system / Build (pull_request) Successful in 4m21s

- Move source code from `trunk` into root directory.
- Update build files.
This commit is contained in:
2025-05-25 14:39:35 +01:00
parent efcc0e85f1
commit 3a0294fbcc
22 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
ROOT=../../../develop/libraries/framework/trunk ROOT=../../../develop/libraries/framework
include ../../../develop/libraries/framework/trunk/config.mk include ../../../develop/libraries/framework/config.mk
# Note that kobra_st.o MUST be first and kobra.o last. # Note that kobra_st.o MUST be first and kobra.o last.
OBJECTS=kobra_st.o $(ROOT)/stdlib/heap.o $(ROOT)/stdlib/malloc.o $(ROOT)/stdlib/stdlib.o $(ROOT)/kolibri/kolibri.o $(ROOT)/libIPC/ipc.o kobra.o OBJECTS=kobra_st.o $(ROOT)/stdlib/heap.o $(ROOT)/stdlib/malloc.o $(ROOT)/stdlib/stdlib.o $(ROOT)/kolibri/kolibri.o $(ROOT)/libIPC/ipc.o kobra.o