aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-06-21 04:39:17 +0000
committerPeter Stuge <peter@stuge.se>2008-06-21 04:39:17 +0000
commit8239a1b2fde46b0fb22853de6def52211b0127cd (patch)
tree79e4f22e3bfabe977029d34dcc10919894894d21
parent5f10902f390ad1f10aeaa2060e5c42cd8f2fa335 (diff)
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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3377 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/flashrom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile
index 1991dc7806..a0222b4da4 100644
--- a/util/flashrom/Makefile
+++ b/util/flashrom/Makefile
@@ -24,7 +24,7 @@ CFLAGS += -I/usr/local/include
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 \