|
@@ -268,6 +268,7 @@ LIB_H += util/include/linux/magic.h
|
|
|
LIB_H += util/include/linux/poison.h
|
|
|
LIB_H += util/include/linux/prefetch.h
|
|
|
LIB_H += util/include/linux/rbtree.h
|
|
|
+LIB_H += util/include/linux/rbtree_augmented.h
|
|
|
LIB_H += util/include/linux/string.h
|
|
|
LIB_H += util/include/linux/types.h
|
|
|
LIB_H += util/include/linux/linkage.h
|
|
@@ -906,7 +907,7 @@ $(OUTPUT)ui/browsers/map.o: ui/browsers/map.c $(OUTPUT)PERF-CFLAGS
|
|
|
$(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $<
|
|
|
|
|
|
$(OUTPUT)util/rbtree.o: ../../lib/rbtree.c $(OUTPUT)PERF-CFLAGS
|
|
|
- $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $<
|
|
|
+ $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -Wno-unused-parameter -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $<
|
|
|
|
|
|
$(OUTPUT)util/parse-events.o: util/parse-events.c $(OUTPUT)PERF-CFLAGS
|
|
|
$(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -Wno-redundant-decls $<
|