diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-09-30 16:37:01 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-09-30 16:37:01 +0000 |
commit | 2b763af4ca6541734ff7d36a16173f9606c248c9 (patch) | |
tree | 38e06456e1b64284d33a2e48da7ef4a9fc67f40d /util/flash_and_burn/Makefile | |
parent | 1b41f6b480ae3bebbb319d9154aebb140fbbcf62 (diff) |
support for sst firmware hub
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1651 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/Makefile')
-rw-r--r-- | util/flash_and_burn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_and_burn/Makefile b/util/flash_and_burn/Makefile index d87cde2413..9d4124f31f 100644 --- a/util/flash_and_burn/Makefile +++ b/util/flash_and_burn/Makefile @@ -1,5 +1,5 @@ OBJS = flash_enable.o udelay.o jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o \ - m29f400bt.o w49f002u.o 82802ab.o msys_doc.o pm49fl004.o sst49lf040.o + m29f400bt.o w49f002u.o 82802ab.o msys_doc.o pm49fl004.o sst49lf040.o sst_fwhub.o CC = gcc -O2 -g -Wall -Werror all: flash_rom flash_on |