X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86_64%2FMakefile;h=a72216a350d0f49dbf6f36e8a45c5aca0447030f;hb=d01b7e1a4924a41a5219eedfd2f6d32b310368cd;hp=2c577b07aefc509bdfd32102acb68884e8d0173e;hpb=df1d534cfe822903fc38e1cc13c4b18941c91908;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86_64/Makefile b/Kernel/arch/x86_64/Makefile index 2c577b07..a72216a3 100644 --- a/Kernel/arch/x86_64/Makefile +++ b/Kernel/arch/x86_64/Makefile @@ -23,7 +23,7 @@ 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 pci.o A_OBJ += vm8086.o