aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/Makefile
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-03-13 22:22:26 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-03-17 00:25:04 +0000
commit9952e72d066b3d25355ccf43b396ab0ad5b98a78 (patch)
treeaaac55073204d3b7c8bde9ca1ae2be7cea9ce4c4 /util/inteltool/Makefile
parentfe8170f909dc682e529c8fe8d9dadf3b13acdef6 (diff)
util/inteltool: add code for dumping LPC registers
This adds the implementation for dumping LPC registers Change-Id: I50ae4913933f7594f0d63ce3f752302ed5c461e2 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39517 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 23ea8a6ee6..b15ae8ec54 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -29,7 +29,7 @@ CPPFLAGS += -I$(top)/src/commonlib/include -I$(top)/src/commonlib/bsd/include
OBJS = inteltool.o pcr.o cpu.o gpio.o gpio_groups.o rootcmplx.o powermgt.o \
- memory.o pcie.o amb.o ivy_memory.o spi.o gfx.o ahci.o \
+ memory.o pcie.o amb.o ivy_memory.o spi.o gfx.o ahci.o lpc.o
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), Darwin)