summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-27 14:51:55 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-29 13:29:32 +0100
commit9d6a2cacf6796c8e06e4b7432c5f795d4ee56d8b (patch)
tree26bb44644430d58ca1913d71194f1d425451e6aa /tools/Makefile.sources
parent15972aa8666781ad557f17ed4b5d689cdb657d78 (diff)
Move watermark code from tests to tools
They're now igt tests, and so if you blindly run lib/igt.cocci with spatch on tests/*c they get mangled. Move them away, but still keep them as noinst targets. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 6a73fa0a..48b89db0 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -1,3 +1,8 @@
+noinst_PROGRAMS = \
+ ddi_compute_wrpll \
+ skl_ddb_allocation \
+ $(NULL)
+
bin_PROGRAMS = \
intel_audio_dump \
intel_backlight \