From e1822d9f2461b301c6f9efc6f5131849a68f9fc7 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 22 Jul 2010 22:56:44 +0000 Subject: Superiotool support for Nuvoton WPCE775x/NPCE781x. Signed-off-by: David Hendricks Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5667 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/Makefile') 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) -- cgit v1.2.3