|
@@ -232,12 +232,15 @@ LIB_H += ../include/linux/hash.h
|
|
|
LIB_H += ../../include/linux/stringify.h
|
|
|
LIB_H += util/include/linux/bitmap.h
|
|
|
LIB_H += ../include/linux/bitops.h
|
|
|
+LIB_H += ../include/asm-generic/bitops/arch_hweight.h
|
|
|
LIB_H += ../include/asm-generic/bitops/atomic.h
|
|
|
+LIB_H += ../include/asm-generic/bitops/const_hweight.h
|
|
|
LIB_H += ../include/asm-generic/bitops/find.h
|
|
|
LIB_H += ../include/asm-generic/bitops/fls64.h
|
|
|
LIB_H += ../include/asm-generic/bitops/fls.h
|
|
|
LIB_H += ../include/asm-generic/bitops/__ffs.h
|
|
|
LIB_H += ../include/asm-generic/bitops/__fls.h
|
|
|
+LIB_H += ../include/asm-generic/bitops/hweight.h
|
|
|
LIB_H += ../include/asm-generic/bitops.h
|
|
|
LIB_H += ../include/linux/compiler.h
|
|
|
LIB_H += ../include/linux/log2.h
|
|
@@ -255,7 +258,6 @@ LIB_H += util/include/linux/linkage.h
|
|
|
LIB_H += util/include/asm/asm-offsets.h
|
|
|
LIB_H += ../include/asm/bug.h
|
|
|
LIB_H += util/include/asm/byteorder.h
|
|
|
-LIB_H += util/include/asm/hweight.h
|
|
|
LIB_H += util/include/asm/swab.h
|
|
|
LIB_H += util/include/asm/system.h
|
|
|
LIB_H += util/include/asm/uaccess.h
|
|
@@ -745,6 +747,9 @@ $(OUTPUT)util/kallsyms.o: ../lib/symbol/kallsyms.c $(OUTPUT)PERF-CFLAGS
|
|
|
$(OUTPUT)util/rbtree.o: ../../lib/rbtree.c $(OUTPUT)PERF-CFLAGS
|
|
|
$(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -Wno-unused-parameter -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $<
|
|
|
|
|
|
+$(OUTPUT)util/hweight.o: ../../lib/hweight.c $(OUTPUT)PERF-CFLAGS
|
|
|
+ $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -Wno-unused-parameter -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $<
|
|
|
+
|
|
|
$(OUTPUT)util/find_next_bit.o: ../lib/util/find_next_bit.c $(OUTPUT)PERF-CFLAGS
|
|
|
$(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) -Wno-unused-parameter -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $<
|
|
|
|