aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-06-08 22:39:22 +0800
committerPatrick Georgi <pgeorgi@google.com>2016-09-21 14:16:55 +0200
commit904538bcc153ee889e6ba26dec7dd5d3b8feeef1 (patch)
tree7e3825fc95afb55f8ee5a196ee7ac47be9f2b203 /util/inteltool/Makefile
parent1ba34323010f075e21ed11d9cf2c97e688441676 (diff)
inteltool: add --ahci for printing AHCI registers
According to datasheets for Intel ICH/PCH, it works for chipsets from ICH7 to 9-series PCH, with PCI device address D31:F2. Change-Id: If1ddd7208108bda949b5a94894a7bf9e8bfe1e5f Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/15106 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/inteltool/Makefile')
-rw-r--r--util/inteltool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile
index eec1ad766f..cb6d1467e0 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -23,7 +23,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 amb.o ivy_memory.o spi.o gfx.o
+OBJS = inteltool.o cpu.o gpio.o rootcmplx.o powermgt.o memory.o pcie.o amb.o ivy_memory.o spi.o gfx.o ahci.o
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), Darwin)