summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2022-12-29 08:41:56 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-30 15:24:38 +0000
commita09b792e6a159d7d21b8e64f07a056ba08f8014d (patch)
treee1d19a6265a94cfeabdf55d96a8703d3f1eafd4f
parentc4102fe4eef8c0539c03d60c7256fd4bc599bf4a (diff)
downloadvboot-stabilize-15300.B.tar.gz
Makefile: Remove old include directoriesstabilize-15301.Bstabilize-15300.B
lib20/include and lib/cryptolib no longer exist, so remove them from the include path. BRANCH=none BUG=none TEST=none Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: Ia5e2893a1aaca6655565315a0e06131906668392 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/4128690 Tested-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Commit-Queue: Yu-Ping Wu <yupingso@chromium.org>
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 295b680f..8214d790 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2013 The ChromiumOS Authors
+# Copyright 2013 The ChromiumOS Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -319,10 +319,8 @@ INCLUDES += \
-Ifirmware/include \
-Ifirmware/lib/include \
-Ifirmware/lib/cgptlib/include \
- -Ifirmware/lib/cryptolib/include \
-Ifirmware/lib/tpm_lite/include \
- -Ifirmware/2lib/include \
- -Ifirmware/lib20/include
+ -Ifirmware/2lib/include
# If we're not building for a specific target, just stub out things like the
# TPM commands and various external functions that are provided by the BIOS.