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

Add support for ST M29F400BT - part 1

Corresponding to coreboot v1 svn r582.
This commit is contained in:
Ronald G. Minnich
2002-05-28 23:29:17 +00:00
parent 1e5003fdeb
commit 3c910ed807
3 changed files with 7 additions and 1 deletions

View File

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