X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=lib%2FMakefile;h=c06efca00c05fda9f365f7868781476fa17c75cf;hp=a4da283f5dc0182a45d370fd76884a86fa37ac42;hb=05900e83f51c597e0be6c2ca3f0e734097e3c96c;hpb=e0d65113a70f1dc514e625cc4e7a7485a4bf72df 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