--- zzzz-none-000/linux-2.6.39.4/arch/x86/Makefile 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/arch/x86/Makefile 2021-11-10 13:23:10.000000000 +0000 @@ -126,6 +126,7 @@ head-y += arch/x86/kernel/init_task.o libs-y += arch/x86/lib/ +libs-$(CONFIG_AVM_ENHANCED) += arch/x86/avm_enh/ # See arch/x86/Kbuild for content of core part of the kernel core-y += arch/x86/ @@ -133,6 +134,7 @@ # drivers-y are linked after core-y drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ drivers-$(CONFIG_PCI) += arch/x86/pci/ +drivers-$(CONFIG_HW_MUTEXES) += arch/x86/hw_mutex/ # must be linked after kernel/ drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/