diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-19 15:52:23 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-19 15:52:23 +0000 |
commit | 7e7e9ac6078efb61ce7b531b084a410cb73e1b92 (patch) | |
tree | fc10993ca7fe651634576e800501f529e001bac0 /util/superiotool/Makefile | |
parent | 3acf31e4eaa0f143cd8af10f5ce99523ddc53a03 (diff) | |
download | coreboot-7e7e9ac6078efb61ce7b531b084a410cb73e1b92.tar.gz coreboot-7e7e9ac6078efb61ce7b531b084a410cb73e1b92.tar.bz2 coreboot-7e7e9ac6078efb61ce7b531b084a410cb73e1b92.zip |
Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG.
Various minor fixes and improvements (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2789 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r-- | util/superiotool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 44d0316e5a4d..58cbee9cf174 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -28,7 +28,7 @@ PREFIX = /usr/local CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -Werror-implicit-function-declaration -ansi -OBJS = superiotool.o fintek.o ite.o nsc.o smsc.o +OBJS = superiotool.o fintek.o ite.o nsc.o smsc.o winbond.o all: $(PROGRAM) |