summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2015-01-10 09:32:44 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2015-01-10 09:32:44 +0000
commitc3a79baaa34f56c6a7e92798778810c57c44974c (patch)
treea7e781102adcd18c72ce967f0dceeeb7f8ef92d2 /README
parent9f7e72eef825f6c3a2f672d220c657fd269d7289 (diff)
downloadflashrom-c3a79baaa34f56c6a7e92798778810c57c44974c.tar.gz
Allow to easily set a global path prefix for libraries and include files.
Gets rid of a few DOS-specific Makefile hacks. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1863 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b3e50a6..b8dec83 100644
--- a/README
+++ b/README
@@ -106,9 +106,9 @@ To cross-compile on Linux for DOS:
You will need the following library source trees containing their compiled
static libraries either in the parent directory of the flashrom source or
- specify the base folder on compile time with the DOSLIBS_BASE parameter.
+ specify the base folder on compile time with the LIBS_BASE parameter.
The default as described above is equal to calling
- 'make djgpp-dos DOSLIBS_BASE=..'
+ 'make djgpp-dos LIBS_BASE=..'
To get and build said libraries...
Download pciutils 3.1.5 and apply http://flashrom.org/File:Pciutils.patch.gz