X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86%2FMakefile;h=fcf738eb8d264afd87afd2db271c12eb17b5e1e2;hb=802762ae7efd39786c0e134ed0bdfe8100d97230;hp=a9368f4bf2d9f291634a9f30b1f5d4bc7c86565c;hpb=802193677c6d85b31030bba5950cb667ff064415;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86/Makefile b/KernelLand/Kernel/arch/x86/Makefile index a9368f4b..fcf738eb 100644 --- a/KernelLand/Kernel/arch/x86/Makefile +++ b/KernelLand/Kernel/arch/x86/Makefile @@ -24,7 +24,10 @@ CPPFLAGS += -DUSE_MP=$(USE_MP) -DUSE_ACPICA=$(USE_ACPICA) 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 vpci.o +ifeq ($(USE_MP),1) +A_OBJ += mptable.o +endif +A_OBJ += kpanic.o pci.o vpci.o validate_vmem.o ifeq ($(USE_ACPICA),1) A_OBJ += acpica.o