summaryrefslogtreecommitdiff
path: root/common/tpm_registers.c
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-08-20 14:32:14 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-22 01:37:25 +0000
commit65d683a7e50f919669ff2e127c0e881642857fee (patch)
tree12ac12f33e0d500c7be5d67f62363570cf999899 /common/tpm_registers.c
parent0bb856d9e8276f8c36c777d3022a9323b773b432 (diff)
downloadchrome-ec-65d683a7e50f919669ff2e127c0e881642857fee.tar.gz
Cr50: Build external libs remotely, but put objects here
When building components from external libraries, instead of rsyncing the library into our build directory and building there, just build in the library directory and have it put its generated objects into our build tree. That will keep any build artifacts in the library directory from polluting our builds unexpectedly. BUG=chrome-os-partner:43025 BRANCH=none TEST=make buildall Change-Id: I2f07a2b49d1a0ba9fd9fff0822551486be820b70 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/295044 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'common/tpm_registers.c')
-rw-r--r--common/tpm_registers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index 543d9c8a29..5aba839764 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -17,9 +17,9 @@
#include "util.h"
/* TPM2 library includes. */
-#include "tpm2/ExecCommand_fp.h"
-#include "tpm2/Platform.h"
-#include "tpm2/_TPM_Init_fp.h"
+#include "ExecCommand_fp.h"
+#include "Platform.h"
+#include "_TPM_Init_fp.h"
#define CPRINTS(format, args...) cprints(CC_TPM, format, ## args)
#define CPRINTF(format, args...) cprintf(CC_TPM, format, ## args)