From 1d99076c7d400135a294f16d157f998630c45e3d Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 7 Dec 2022 08:03:34 +0100 Subject: [PATCH] vc/mediatek/mt8192/Makefile.inc: Remove path to non-existent folder Found using 'Wmissing-include-dirs' command option. Change-Id: I79457d8548700eeb534419f8e41990fad05edb68 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70398 Reviewed-by: Xixi Chen Reviewed-by: Hung-Te Lin Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/vendorcode/mediatek/mt8192/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/mediatek/mt8192/Makefile.inc b/src/vendorcode/mediatek/mt8192/Makefile.inc index 207eee54e2..dd6aa6f93c 100644 --- a/src/vendorcode/mediatek/mt8192/Makefile.inc +++ b/src/vendorcode/mediatek/mt8192/Makefile.inc @@ -2,4 +2,4 @@ subdirs-y += dramc CPPFLAGS_common += -Isrc/soc/mediatek/mt8192/include CPPFLAGS_common += -Isrc/soc/mediatek/common/include -CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8192/dramc/include -Isrc/vendorcode/mediatek/mt8192/include +CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8192/include