X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile;h=c06efca00c05fda9f365f7868781476fa17c75cf;hb=27468d24c717327232b7de5bc7762691cd44ae43;hp=a4da283f5dc0182a45d370fd76884a86fa37ac42;hpb=a84f6aa68e35a911c28e5871c87356dce3607b40;p=pandora-kernel.git diff --git a/lib/Makefile b/lib/Makefile index a4da283f5dc0..c06efca00c05 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock_debug.o lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o +GCOV_PROFILE_hweight.o := n CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS)) obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o