diff options
author | David Hendricks <dhendrix@google.com> | 2010-07-22 22:56:44 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-07-22 22:56:44 +0000 |
commit | e1822d9f2461b301c6f9efc6f5131849a68f9fc7 (patch) | |
tree | ca0971a57eb394eaa2f1e7c463ea7f53975048d9 /util/superiotool/Makefile | |
parent | 4aa93ccd3302d7db0eef00f5963bc991f3f233ff (diff) |
Superiotool support for Nuvoton WPCE775x/NPCE781x.
Signed-off-by: David Hendricks <dhendrix@google.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5667 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 f871fb7073..6b994e066b 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -32,7 +32,7 @@ SVNDEF := -D'SUPERIOTOOL_VERSION="$(shell svnversion -cn . \ CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -Werror-implicit-function-declaration -ansi -pedantic $(SVNDEF) -OBJS = superiotool.o ali.o fintek.o ite.o nsc.o smsc.o winbond.o +OBJS = superiotool.o ali.o fintek.o ite.o nsc.o nuvoton.o smsc.o winbond.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) |