X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86%2FMakefile;h=c3223d0135ad898d27225e8224a866af1cf3425c;hb=e1a5a15ff663d68e107edf0ad0a2bc878c0670d5;hp=c83a5af2e97b85d6189cadb09d848af2b042e984;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86/Makefile b/KernelLand/Kernel/arch/x86/Makefile index c83a5af2..c3223d01 100644 --- a/KernelLand/Kernel/arch/x86/Makefile +++ b/KernelLand/Kernel/arch/x86/Makefile @@ -20,7 +20,7 @@ endif ASFLAGS += -D USE_MP=$(USE_MP) CPPFLAGS += -DUSE_MP=$(USE_MP) -A_OBJ = start.ao main.o lib.o desctab.ao errors.o irq.o +A_OBJ = start.ao main.o mboot.o lib.o desctab.ao errors.o irq.o A_OBJ += mm_phys.o mm_virt.o A_OBJ += proc.o proc.ao time.o vm8086.o A_OBJ += kpanic.o pci.o