[coreboot] [flashrom] r593 - trunk

svn at coreboot.org svn at coreboot.org
Mon Jun 15 15:27:49 CEST 2009


Author: uwe
Date: 2009-06-15 15:27:49 +0200 (Mon, 15 Jun 2009)
New Revision: 593

Modified:
   trunk/Makefile
Log:
Fix typo in Makefile (trivial).

This strangely breaks with gmake on FreeBSD, but seems to work with make
on Linux.

Thanks Idwer Vollering <vidwer at gmail.com> for noticing and testing.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-06-15 12:10:57 UTC (rev 592)
+++ trunk/Makefile	2009-06-15 13:27:49 UTC (rev 593)
@@ -43,7 +43,7 @@
 LIBS += -lpci -lz
 
 OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.o \
-	sst28sf040.o am29f040b.o mx29f002.o m29f400bt.o pm29f002.c \
+	sst28sf040.o am29f040b.o mx29f002.o m29f400bt.o pm29f002.o \
 	w49f002u.o 82802ab.o pm49fl00x.o sst49lf040.o en29f002a.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 \





More information about the coreboot mailing list