summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-05-05 16:31:37 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-05-08 17:55:30 +0100
commitacbcdbd8b71604fc0578894eb8f19d926fd8e55b (patch)
treec6153711c68a03604ca6baca35012ebe743bdc8c /tools/Makefile.sources
parent5dbeebc8aadab79047aab978766d8a5677de9b2d (diff)
skl_compute_wrpll: Add a way to test the SKL WRPLL algorithm
I had various problems (infinite loops, unable to compute dividers for certain frequencies) after implementing a BSpec update. Much easier to debug that in userspace. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index ae60a314..b07a71c6 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -1,5 +1,6 @@
noinst_PROGRAMS = \
hsw_compute_wrpll \
+ skl_compute_wrpll \
skl_ddb_allocation \
$(NULL)