summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-01-26 01:10:48 +0000
committerPeter Stuge <peter@stuge.se>2009-01-26 01:10:48 +0000
commit8ff6d8cdd34cbc2f0db6a6cb8dfea2fe0552cbc6 (patch)
treea542b94c7b06b0242a00a3e6c538a475bb2f86e5 /Makefile
parentff565831993ea78be9d968c79beafcc1a0826d29 (diff)
downloadflashrom-8ff6d8cdd34cbc2f0db6a6cb8dfea2fe0552cbc6.zip
flashrom-8ff6d8cdd34cbc2f0db6a6cb8dfea2fe0552cbc6.tar.gz
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
Corresponding to flashrom svn r397 and coreboot v2 svn r3903. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 940f346..d46600b 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ endif
OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
sst28sf040.o am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o \
w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o en29f002a.o \
- sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o \
+ sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o physmap.o \
flashrom.o w39v080fa.o sharplhf00l04.o w29ee011.o spi.o it87spi.o \
ichspi.o w39v040c.o sb600spi.o
OpenPOWER on IntegriCloud