summaryrefslogtreecommitdiffstats
path: root/util/inteltool
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-03-13 23:25:28 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-18 16:32:40 +0000
commita808d63cd1ceb04ea1134f6a714fe733d3d0f25b (patch)
tree2fd5f20c95c2625e62ef8ab13ecee905c07026c7 /util/inteltool
parent5f2adfe1a30627b0a416418a0cac59b9104bfbef (diff)
downloadcoreboot-a808d63cd1ceb04ea1134f6a714fe733d3d0f25b.tar.gz
coreboot-a808d63cd1ceb04ea1134f6a714fe733d3d0f25b.tar.bz2
coreboot-a808d63cd1ceb04ea1134f6a714fe733d3d0f25b.zip
util/inteltool: Makefile: add src/arch to includes.
Add src/arch to includes. Change-Id: I157178a055a259e40c57f3915671d3b8966fbb96 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39525 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/inteltool')
-rw-r--r--util/inteltool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile
index b15ae8ec5487..0a21c07f53e8 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -26,6 +26,7 @@ CFLAGS ?= -O2 -g -Wall -Wextra -Wmissing-prototypes
LDFLAGS += -lpci -lz
CPPFLAGS += -I$(top)/src/commonlib/include -I$(top)/src/commonlib/bsd/include
+CPPFLAGS += -I$(top)/src/arch/x86/include
OBJS = inteltool.o pcr.o cpu.o gpio.o gpio_groups.o rootcmplx.o powermgt.o \