X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=0c442882e69979bb48dbc5222d0eab88e413c747;hb=4d04d710e6d90ac28524925859a7ef621c675bcb;hp=708c8dc135671a10e756f6a6f17282a0be8f5d5e;hpb=049de1f2533477716a12a708c097b199eaa8fb6c;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 708c8dc1..0c442882 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 vm8086.o -#A_OBJ += gdb_stub.o +A_OBJ += proc.o proc.ao time.o vm8086.o +A_OBJ += kpanic.o