From 18b02360b9dba6ca61538923e27b5ba68a2b3299 Mon Sep 17 00:00:00 2001 From: Ruud Schramp Date: Mon, 11 Apr 2011 07:46:27 +0000 Subject: Add detection/dump support for ServerEngines SE-SM 4210-P01. Note that the registers and their defaults are mostly based on educated guessing, due to the lack of datasheet. Signed-off-by: Ruud Schramp Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/superiotool/Makefile') diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 00a1cc0d7b..38a4127bb1 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -33,7 +33,8 @@ CFLAGS += -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -Werror-implicit-function-declaration -ansi -pedantic $(SVNDEF) LDFLAGS += -lz -OBJS = superiotool.o ali.o fintek.o ite.o nsc.o nuvoton.o smsc.o winbond.o +OBJS = superiotool.o serverengines.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