mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
debian/build/tools: Add Makefiles.
svn path=/dists/trunk/linux-tools/; revision=18088
This commit is contained in:
4
debian/build/tools/Makefile
vendored
Normal file
4
debian/build/tools/Makefile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
SUBDIRS = \
|
||||
perf
|
||||
|
||||
include ../Makefile.inc
|
||||
10
debian/build/tools/perf/Makefile
vendored
Normal file
10
debian/build/tools/perf/Makefile
vendored
Normal 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
|
||||
Reference in New Issue
Block a user