diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 16:17:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 16:17:44 +0000 |
commit | 7223ab7c4a2620758fd4f80e0f73d2868d589638 (patch) | |
tree | 2c49ed32627fe65f6aff4f040c805ef1fbd80abb /util/flashrom/Makefile | |
parent | ca374d455cad29c546a2d310c331a4ae431c33f9 (diff) | |
download | coreboot-7223ab7c4a2620758fd4f80e0f73d2868d589638.tar.xz |
rename linuxbios_* files in utils repository.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3058 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r-- | util/flashrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index 067590ae55..4b2fbbd161 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -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 flashrom.o \ + sst_fwhub.o layout.o cbtable.o flashchips.o flashrom.o \ sharplhf00l04.o w29ee011.o spi.o all: pciutils dep $(PROGRAM) |