debian/build/tools: Add Makefiles.

svn path=/dists/trunk/linux-tools/; revision=18088
This commit is contained in:
Bastian Blank 2011-09-13 15:10:56 +00:00
parent 1c35869909
commit 45f0fbef18
2 changed files with 14 additions and 0 deletions

4
debian/build/tools/Makefile vendored Normal file
View File

@ -0,0 +1,4 @@
SUBDIRS = \
perf
include ../Makefile.inc

10
debian/build/tools/perf/Makefile vendored Normal file
View File

@ -0,0 +1,10 @@
OUTDIR = tools/perf
include ../../Makefile.inc
all:
-mkdir out
make -C $(top_srcdir)/tools/perf O=$(CURDIR)/out
clean:
rm -rf out