1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Add support for 39sf020

Corresponding to coreboot v1 svn r523.
This commit is contained in:
Ronald G. Minnich
2002-03-21 22:40:40 +00:00
parent ef5779d1dd
commit c831647b17
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c
CC = gcc -O2
OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o
CC = gcc -O2 -g
all: ${OBJS}
${CC} -o flash_rom flash_rom.c ${OBJS}