diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-07 08:14:51 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-13 15:19:58 +0000 |
commit | 3cd89a003ba65b7b9a58300714a135d6532fd30c (patch) | |
tree | d396c0363aee73ca7e98cebded1d5eb9be2beb00 | |
parent | 4ae5873e7f056d1996b181d72ef50f2972bdccae (diff) |
vc/eltan/security/mboot/Makefile.inc: Remove path to non-existent folder
Found using 'Wmissing-include-dirs' command option.
Change-Id: Ie2c4a6c2bb55af56cb6e0b013b1a2ed9baa787ef
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70460
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/vendorcode/eltan/security/mboot/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vendorcode/eltan/security/mboot/Makefile.inc b/src/vendorcode/eltan/security/mboot/Makefile.inc index 22729aff36..99db2c31c2 100644 --- a/src/vendorcode/eltan/security/mboot/Makefile.inc +++ b/src/vendorcode/eltan/security/mboot/Makefile.inc @@ -1,9 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-only -ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),) -CPPFLAGS_common += -I$(src)/security/mboot -endif - ifeq ($(CONFIG_VENDORCODE_ELTAN_MBOOT),y) postcar-y += mboot.c |