diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-01-03 02:52:10 +0100 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2015-01-08 17:49:58 +0100 |
commit | aa3dd5d5db2bb3a9825a3c5104f28699f7b43f87 (patch) | |
tree | 5d86df2f6c7d45826c2be8f4fcdcd9c2f18752da /util/inteltool/Makefile | |
parent | 97398464695e17f76add7a5dcbf4622cec17826a (diff) |
inteltool: add `-s` to dump spi bar and bios_cntl registers
Change-Id: I3bb5dc23885af8c992456ee5e4bd374cd4b813bf
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: http://review.coreboot.org/8049
Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/inteltool/Makefile')
-rw-r--r-- | util/inteltool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index 98848b101a..f846672f7e 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 amb.o ivy_memory.o +OBJS = inteltool.o cpu.o gpio.o rootcmplx.o powermgt.o memory.o pcie.o amb.o ivy_memory.o spi.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) |