Kernel/x86 - Structure for watchpoints (not used)
[tpg/acess2.git] / KernelLand / Kernel / arch / x86 / Makefile
index a9368f4..fcf738e 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au