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

Add w49f002u support

Corresponding to coreboot v1 svn r643.
This commit is contained in:
Andrew Ip
2002-10-16 06:58:05 +00:00
parent 5643942750
commit f0126ce251
4 changed files with 121 additions and 1 deletions

View File

@ -1,4 +1,5 @@
OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o m29f400bt.o
OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o m29f400bt.o \
w49f002u.o
OBJS += 82802ab.o
CC = gcc -O2 -g