summaryrefslogtreecommitdiffstats
path: root/util/superiotool/Makefile
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@google.com>2010-07-22 22:56:44 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-22 22:56:44 +0000
commite1822d9f2461b301c6f9efc6f5131849a68f9fc7 (patch)
treeca0971a57eb394eaa2f1e7c463ea7f53975048d9 /util/superiotool/Makefile
parent4aa93ccd3302d7db0eef00f5963bc991f3f233ff (diff)
downloadcoreboot-e1822d9f2461b301c6f9efc6f5131849a68f9fc7.tar.gz
coreboot-e1822d9f2461b301c6f9efc6f5131849a68f9fc7.tar.bz2
coreboot-e1822d9f2461b301c6f9efc6f5131849a68f9fc7.zip
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile
index f871fb7073f1..6b994e066b6d 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)