summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-04-11 23:31:45 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-04-11 23:31:45 +0000
commit9a37ba6e9cba7d3126e7706e7dc00004d532fe2e (patch)
tree764eae936f12d84b48a560ce6b63b48fed0aa8c1 /Makefile
parenta4c63c2f66c1e77a05dc9b4c97d090e4941f3515 (diff)
downloadflashrom-9a37ba6e9cba7d3126e7706e7dc00004d532fe2e.tar.gz
flashrom-9a37ba6e9cba7d3126e7706e7dc00004d532fe2e.tar.bz2
flashrom-9a37ba6e9cba7d3126e7706e7dc00004d532fe2e.zip
Rename flash_rom.c.c
The tool is called 'flashrom' after all. Corresponding to flashrom svn r103 and coreboot v2 svn r2603. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bb460c596..fbae23979 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for flash_rom
+# Makefile for flashrom utility
#
# redone by Stefan Reinauer <stepan@openbios.org>
#
@@ -23,7 +23,7 @@ endif
OBJS = chipset_enable.o board_enable.o udelay.o jedec.o sst28sf040.o \
am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o w49f002u.o \
82802ab.o msys_doc.o pm49fl004.o sst49lf040.o sst49lfxxxc.o \
- sst_fwhub.o layout.o lbtable.o flashchips.o flash_rom.o \
+ sst_fwhub.o layout.o lbtable.o flashchips.o flashrom.o \
sharplhf00l04.o
all: pciutils dep $(PROGRAM)