X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Facesskernel_src%2FMakefile;h=4cc939ecf1808198b74d8e4e15e4a4a9f06d548b;hb=3d9ca51688641147a61fc3d6a43cc5babb2ce3b2;hp=ec64b5fee74ed282fd410340672c587463e4726c;hpb=b8b25ae01e13c655608fb6705574e5218b1a519f;p=tpg%2Facess2.git diff --git a/AcessNative/acesskernel_src/Makefile b/AcessNative/acesskernel_src/Makefile index ec64b5fe..4cc939ec 100644 --- a/AcessNative/acesskernel_src/Makefile +++ b/AcessNative/acesskernel_src/Makefile @@ -11,13 +11,14 @@ ifeq ($(PLATFORM),) PLATFORM := lin endif -KERNEL_SRC = ../../Kernel/ +KERNEL_SRC = ../../KernelLand/Kernel/ -KERNEL_OBJ := logging.o adt.o lib.o drvutil.o debug.o +KERNEL_OBJ := logging.o adt.o lib.o drvutil.o debug.o messages.o KERNEL_OBJ += vfs/main.o vfs/open.o vfs/acls.o vfs/io.o vfs/dir.o KERNEL_OBJ += vfs/nodecache.o vfs/mount.o vfs/memfile.o vfs/select.o KERNEL_OBJ += vfs/fs/root.o vfs/fs/devfs.o -KERNEL_OBJ += drv/vterm.o drv/fifo.o drv/proc.o +KERNEL_OBJ += drv/fifo.o drv/proc.o +KERNEL_OBJ += drv/vterm.o drv/vterm_font.o drv/vterm_vt100.o drv/vterm_output.o drv/vterm_input.o drv/vterm_termbuf.o N_OBJ := main.o