diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-02-13 23:09:54 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-02-13 23:09:54 +0000 |
commit | ac3888da5eb48fb8e769153ce9b98b21eeadbbf6 (patch) | |
tree | b3cb13ca2955831db05b9e16eece126b69bee69a /util/flash_and_burn | |
parent | c4bea221e038e40044100875119ad4e5aad0876f (diff) | |
download | coreboot-ac3888da5eb48fb8e769153ce9b98b21eeadbbf6.tar.xz |
fix makefile
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1376 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn')
-rw-r--r-- | util/flash_and_burn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flash_and_burn/Makefile b/util/flash_and_burn/Makefile index 5c8ffe9d42..fee59e3cca 100644 --- a/util/flash_and_burn/Makefile +++ b/util/flash_and_burn/Makefile @@ -1,5 +1,5 @@ OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o m29f400bt.o \ - w49f002u.o 82802ab.o msys_doc.o + w49f002u.o 82802ab.o msys_doc.o pm49fl004.o CC = gcc -O2 -g -Wall -Werror all: flash_rom flash_on @@ -26,5 +26,6 @@ mx29f002.o: mx29f002.c mx29f002.h jedec.h flash.h sst28sf040.o: sst28sf040.c sst28sf040.h jedec.h flash.h sst39sf020.o: sst39sf020.c sst39sf020.h jedec.h flash.h w49f002u.o: w49f002u.c w49f002u.h jedec.h flash.h +pm49fl004.o: pm49fl004.c pm49fl004.h jedec.h flash.h jedec.o: jedec.c jedec.h flash.h |