aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/Makefile
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2011-10-27 20:42:11 +0200
committerPeter Stuge <peter@stuge.se>2011-10-27 22:28:55 +0200
commit113c3497201a28fd58335788da5e206ea8902b90 (patch)
tree677a63b92ce98dd3e5b48eb095a568c67212e36c /util/superiotool/Makefile
parent9bfa1c8c68b2f0c11e516e3f45ff1901a5907ab6 (diff)
Add support for AMD IMC controller.
This patch adds support to dump SIO like interface of AMD Embedded Controller in the SB7xx and SB8xxx southbridges. Parts of the register interface are documented in SBxxx RRG BDG. Change-Id: Ib2ccaa3dfe33cfa8e7cba19d8ab0798286ad2f92 Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Reviewed-on: http://review.coreboot.org/343 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
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 6f3cfa31b5..5cc7650ad8 100644
--- a/util/superiotool/Makefile
+++ b/util/superiotool/Makefile
@@ -57,7 +57,7 @@ CONFIG_PCI = yes
ifeq ($(CONFIG_PCI), yes)
CFLAGS += -DPCI_SUPPORT
LIBS += -lpci
-OBJS += pci.o via.o
+OBJS += pci.o via.o amd.o
endif
all: $(PROGRAM)