X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=708c8dc135671a10e756f6a6f17282a0be8f5d5e;hb=54746c855c6e2fe42fde9f93b0ce3f41aeefc2e5;hp=87dd2b2324ea79d4c6d57a3f6337a49476e5d663;hpb=246ff98ae5b16ef0e19fe082a9c900e9169a1f7b;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 87dd2b23..708c8dc1 100644 --- a/Kernel/arch/x86/Makefile +++ b/Kernel/arch/x86/Makefile @@ -31,5 +31,5 @@ endif A_OBJ = start.ao main.o lib.o desctab.ao errors.o irq.o A_OBJ += mm_phys.o mm_virt.o -A_OBJ += proc.o time.o +A_OBJ += proc.o time.o vm8086.o #A_OBJ += gdb_stub.o