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>
This commit is contained in:
Daniel Vetter
2014-10-27 14:51:55 +01:00
parent 15972aa866
commit 9d6a2cacf6
6 changed files with 7 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
noinst_PROGRAMS = \
ddi_compute_wrpll \
skl_ddb_allocation \
$(NULL)
bin_PROGRAMS = \
intel_audio_dump \
intel_backlight \