summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-05-05 15:45:21 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-05-08 17:55:30 +0100
commit5dbeebc8aadab79047aab978766d8a5677de9b2d (patch)
tree7f17b0974efabb890875300f8cc7e2717e4c18e0 /tools/Makefile.sources
parent09f4175889a2107691a9e21d27d74fcd572121b0 (diff)
compute_wrpll: Rename ddi_compute_wrpll to hsw_compute_wrpll
We're going to add the SKL version, time to rename the HSW/BDW one. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 1df16531..ae60a314 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -1,5 +1,5 @@
noinst_PROGRAMS = \
- ddi_compute_wrpll \
+ hsw_compute_wrpll \
skl_ddb_allocation \
$(NULL)