1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

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>
This commit is contained in:
Stefan Tauner
2015-01-10 09:32:44 +00:00
parent d5ff845545
commit be62d3fc07
2 changed files with 9 additions and 13 deletions

4
README
View File

@ -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