X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86_64%2FMakefile;h=a72216a350d0f49dbf6f36e8a45c5aca0447030f;hb=d01b7e1a4924a41a5219eedfd2f6d32b310368cd;hp=1b0246bb51e33f344120fdaf1203f09c83f5711f;hpb=9c61cf12758c0977ee1dc5791cba638fd3437ba6;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86_64/Makefile b/Kernel/arch/x86_64/Makefile index 1b0246bb..a72216a3 100644 --- a/Kernel/arch/x86_64/Makefile +++ b/Kernel/arch/x86_64/Makefile @@ -23,9 +23,9 @@ else endif -A_OBJ := start32.ao start64.ao desctab.ao +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 +A_OBJ += kernelpanic.o errors.o time.o pci.o A_OBJ += vm8086.o # rme.o