Update perf clean rule for 4.1; it now creates a file in the source directory

svn path=/dists/trunk/linux-tools/; revision=22830
This commit is contained in:
Ben Hutchings 2015-07-13 00:12:02 +00:00
parent 5372a3b5e7
commit 7d26874efa
1 changed files with 4 additions and 0 deletions

View File

@ -68,4 +68,8 @@ ifdef KERNEL_ARCH_PERF
endif
clean:
ifdef KERNEL_ARCH_PERF
mkdir -p out
+$(MAKE_PERF) -C $(top_srcdir)/tools/perf -f Makefile.perf O=$(CURDIR)/out clean
rm -rf out
endif