X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2FMakefile;h=17adec90c136d432c64584edfda66195df9f3f7c;hb=4b9cc52e8ceaa0213719aca66c521575620e6d09;hp=a72216a350d0f49dbf6f36e8a45c5aca0447030f;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86_64/Makefile b/KernelLand/Kernel/arch/x86_64/Makefile index a72216a3..17adec90 100644 --- a/KernelLand/Kernel/arch/x86_64/Makefile +++ b/KernelLand/Kernel/arch/x86_64/Makefile @@ -26,7 +26,8 @@ endif A_OBJ := start32.ao start64.ao desctab.ao proc.ao A_OBJ += main.o lib.o proc.o mm_virt.o mm_phys.o A_OBJ += kernelpanic.o errors.o time.o pci.o -A_OBJ += vm8086.o +A_OBJ += vm8086.o vpci.o +A_OBJ += ../x86/mboot.o # rme.o POSTBUILD = objcopy $(BIN) -F elf32-i386 $(BIN)