Author: stuge Date: 2008-06-21 06:39:17 +0200 (Sat, 21 Jun 2008) New Revision: 3377
Modified: trunk/util/flashrom/Makefile Log: flashrom: Fix OBJS in Makefile to compile stm50flw0x0x.c like the others
Signed-off-by: Peter Stuge peter@stuge.se Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/util/flashrom/Makefile =================================================================== --- trunk/util/flashrom/Makefile 2008-06-21 04:23:10 UTC (rev 3376) +++ trunk/util/flashrom/Makefile 2008-06-21 04:39:17 UTC (rev 3377) @@ -24,7 +24,7 @@ LDFLAGS += -L/usr/local/lib endif
-OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.c \ +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 msys_doc.o pm49fl00x.o sst49lf040.o \ sst49lfxxxc.o sst_fwhub.o layout.o cbtable.o flashchips.o \