X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86%2FMakefile;h=fcf738eb8d264afd87afd2db271c12eb17b5e1e2;hb=7c63df053c650f4331949b5c1d8f64588fe98620;hp=126ebfbbcb1edd5f29a05d1cdf66a4944731a1a3;hpb=56f9364724d8d04a8ffb6dec4213a5ae86968686;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86/Makefile b/KernelLand/Kernel/arch/x86/Makefile index 126ebfbb..fcf738eb 100644 --- a/KernelLand/Kernel/arch/x86/Makefile +++ b/KernelLand/Kernel/arch/x86/Makefile @@ -27,7 +27,7 @@ A_OBJ += proc.o proc.ao time.o vm8086.o ifeq ($(USE_MP),1) A_OBJ += mptable.o endif -A_OBJ += kpanic.o pci.o vpci.o +A_OBJ += kpanic.o pci.o vpci.o validate_vmem.o ifeq ($(USE_ACPICA),1) A_OBJ += acpica.o