X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=0c442882e69979bb48dbc5222d0eab88e413c747;hb=5beb98670f040b2d4e697e4d8690cd46d2d30cf3;hp=319c8f6f29926b20c0425a5cedb3c27af02ec8a9;hpb=d52a53f035af92941c0cafe5f81888fed16d2462;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 319c8f6f..0c442882 100644 --- a/Kernel/arch/x86/Makefile +++ b/Kernel/arch/x86/Makefile @@ -31,4 +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 proc.ao time.o vm8086.o +A_OBJ += kpanic.o