X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2FMakefile;h=17adec90c136d432c64584edfda66195df9f3f7c;hb=9a135546ed260546b4903424232faf1a3c3a8be5;hp=a72216a350d0f49dbf6f36e8a45c5aca0447030f;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;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)