summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>2012-03-23 13:41:35 +0900
committerAtsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>2012-05-11 11:02:16 +0900
commitb722ff707b2b071df0684e92829dcb239a63a3bd (patch)
tree0a34396ec544f442ce97774652e0812419817e36 /README
parent5e01993c04b6777009f28d7b7cbdd25e7691eaf1 (diff)
[PATCH v3 4/4] Add build condition for LZO support.
To enable lzo compression support, build makedumpfile as: $ make USELZO=on To disable, as: $ make In default, lzo compression support is disabled. Signed-off-by: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> Signed-off-by: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a96f035..ede16d6 100644
--- a/README
+++ b/README
@@ -42,6 +42,9 @@
where <arch> is the 'uname -m' of the target architecture.
The user has to set the environment variable CC to appropriate
compiler for the target architecture.
+ 6.Build with lzo support:
+ # make USELZO=on ; make install
+ The user has to prepare lzo library.
* SUPPORTED KERNELS
This makedumpfile supports the following kernels.