From 4b7b320ff80c1047503e26fd387ba3d8acd996d9 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sun, 8 Jan 2012 15:27:18 +0100 Subject: inteltool: Add support for dumping AMB registers Change-Id: I98615725afdb315caa67b2226224e3eb2a0e4393 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/525 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich Reviewed-by: Stefan Reinauer --- util/inteltool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/inteltool/Makefile') diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index db7fca0b23..6a011732d9 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -27,7 +27,7 @@ PREFIX = /usr/local CFLAGS = -O2 -g -Wall -W LDFLAGS = -lpci -lz -OBJS = inteltool.o cpu.o gpio.o rootcmplx.o powermgt.o memory.o pcie.o +OBJS = inteltool.o cpu.o gpio.o rootcmplx.o powermgt.o memory.o pcie.o amb.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) -- cgit v1.2.3