From 3cd89a003ba65b7b9a58300714a135d6532fd30c Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 7 Dec 2022 08:14:51 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70460 Reviewed-by: Erik van den Bogaert Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/vendorcode/eltan/security/mboot/Makefile.inc | 4 ---- 1 file changed, 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