aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@linaro.org>2019-01-11 15:52:53 -0200
committerLisa Nguyen <lisa.nguyen@linaro.org>2019-01-13 15:06:56 -0800
commit3c370c8ff7f432234c737d92feef63498b8ad224 (patch)
treee495a0f338c7622d5596bc954ba65ae8181a47ef /README
parentddc01f0a1d52bd4af48fc8729ea778f68cc3999a (diff)
Add install target
The following patch adds an install target so we can install the utils/scripts somewhere. The default prefix is /opt/pm-qa. 2019-01-11 Luis Machado <luis.machado@linaro.org> * Makefile (prefix, SRC, EXEC, SUBDIRS, INSTALL_FILES): New variables. (install): New target. * README: Document install target. Signed-off-by: Luis Machado <luis.machado@linaro.org>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 8d1519f..db76ea6 100644
--- a/README
+++ b/README
@@ -16,6 +16,10 @@ Commands
make -C cpufreq check
+- If you want to install the pm-qa suite somewhere (default prefix is
+ /opt/pm-qa), invoke:
+
+ make install DESTDIR=<destination_directory>
Test Specifications
===================