From a09b792e6a159d7d21b8e64f07a056ba08f8014d Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Thu, 29 Dec 2022 08:41:56 -0800 Subject: Makefile: Remove old include directories 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 Change-Id: Ia5e2893a1aaca6655565315a0e06131906668392 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/4128690 Tested-by: Yu-Ping Wu Reviewed-by: Yu-Ping Wu Commit-Queue: Yu-Ping Wu --- Makefile | 6 ++---- 1 file 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. -- cgit v1.2.1