diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-01-10 09:32:44 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-01-10 09:32:44 +0000 |
commit | be62d3fc07194ec13f091aa06beff0a032f1a418 (patch) | |
tree | a7e781102adcd18c72ce967f0dceeeb7f8ef92d2 /README | |
parent | d5ff8455455152b5590b34c11d3d5e8fb5048aa1 (diff) | |
download | ast2050-flashrom-be62d3fc07194ec13f091aa06beff0a032f1a418.zip ast2050-flashrom-be62d3fc07194ec13f091aa06beff0a032f1a418.tar.gz |
Allow to easily set a global path prefix for libraries and include files
Gets rid of a few DOS-specific Makefile hacks.
Corresponding to flashrom svn r1863.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |