commit | f0126ce251a047443352f11e07a46f2cdabe2713 | [log] [tgz] |
---|---|---|
author | Andrew Ip <aip@cwlinux.com> | Wed Oct 16 06:58:05 2002 +0000 |
committer | Andrew Ip <aip@cwlinux.com> | Wed Oct 16 06:58:05 2002 +0000 |
tree | 727b4729649c87a7fc4d6975283985f4afc9f6f2 | |
parent | 56439427500146bf125b081406275be55fa5d9e3 [diff] [blame] |
Add w49f002u support Corresponding to coreboot v1 svn r643.
diff --git a/Makefile b/Makefile index 18a6396..f4e2769 100644 --- a/Makefile +++ b/Makefile
@@ -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