From 9d6a2cacf6796c8e06e4b7432c5f795d4ee56d8b Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Mon, 27 Oct 2014 14:51:55 +0100 Subject: 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 --- tools/Makefile.sources | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/Makefile.sources') 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 \ -- cgit v1.2.3