tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
authorYunlong Song <[email protected]>
Thu, 5 Nov 2015 06:56:34 +0000 (14:56 +0800)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 5 Nov 2015 15:47:51 +0000 (12:47 -0300)
Commit ed63f34c026e9a60d17fa750ecdfe3f600d49393 ("perf tools: Make perf
depend on libbpf") triggers the build of libbpf when building the perf
tools, dynamically creating FEATURE-DUMP.libbpf.

It failed to update the tools/lib/bpf/.gitignore file to have that
prefix, fix it.

Signed-off-by: Yunlong Song <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wang Nan <[email protected]>
Fixes: 65f041bee783 ("tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/lib/bpf/.gitignore
tools/lib/bpf/Makefile

index 812aeedaea387d23197061bc20bd2abeeb281c7e..f81e549ddfdb18e6e3c86d063bb131cfcbadb810 100644 (file)
@@ -1,2 +1,2 @@
 libbpf_version.h
-FEATURE-DUMP
+FEATURE-DUMP.libbpf
index fc9af57b666e244b6b1c06cd163738068190b6f8..a3caaf3eafbdbc6c7afda606cbf35b6888324ef4 100644 (file)
@@ -180,7 +180,7 @@ config-clean:
 clean:
        $(call QUIET_CLEAN, libbpf) $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d \
                $(RM) LIBBPF-CFLAGS
-       $(call QUIET_CLEAN, core-gen) $(RM) $(OUTPUT)FEATURE-DUMP
+       $(call QUIET_CLEAN, core-gen) $(RM) $(OUTPUT)FEATURE-DUMP.libbpf