diff options
author | Ruud Schramp <schramp@holmes.nl> | 2011-04-11 07:46:27 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-04-11 07:46:27 +0000 |
commit | 18b02360b9dba6ca61538923e27b5ba68a2b3299 (patch) | |
tree | cc7e5b770b553429baefcd49c7615e189acd29bb /util/superiotool/Makefile | |
parent | 148a4f5681263a24408d5988261bb3fd6b3c647e (diff) |
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 <schramp@holmes.nl>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r-- | util/superiotool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |