summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit1b455f3225b2d965a29b788038cd91d091029197 (patch)
treeac388b55b5ffaeff82ca2ff2fd8b38f622a87730 /Makefile
parent411b27485de770ef57219608cc5837f798991d7a (diff)
downloadflashrom-1b455f3225b2d965a29b788038cd91d091029197.zip
flashrom-1b455f3225b2d965a29b788038cd91d091029197.tar.gz
Fix OBJS in Makefile to compile stm50flw0x0x.c like the others
Corresponding to flashrom svn r266 and coreboot v2 svn r3377. 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 1991dc7..a0222b4 100644
--- a/Makefile
+++ b/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 \
OpenPOWER on IntegriCloud