system/kobra: Post-SVN clean up

- Move source code from `trunk` into program root directory.
This commit is contained in:
2025-05-20 00:21:50 +01:00
parent 8a2d12bad8
commit de26ccc3b7
9 changed files with 3 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
ROOT=../../../develop/libraries/framework/trunk ROOT=../../develop/libraries/framework/trunk
include ../../../develop/libraries/framework/trunk/config.mk include ../../develop/libraries/framework/trunk/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
# Set real path to kolibri.img if you want to use install option # Set real path to kolibri.img if you want to use install option
KOLIBRI_IMG=../../../../../../0.7.x-night/kolibri.img KOLIBRI_IMG=../../../../../0.7.x-night/kolibri.img
# Path to kobra.kex on floppy (directory should be created before installing) # Path to kobra.kex on floppy (directory should be created before installing)
DESTDIR=kobra/ DESTDIR=kobra/