From 3d1b2db1af97730ecfbfdb094dcface912c9c351 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 7 Dec 2022 18:00:33 +0100 Subject: [PATCH] vc/mediatek/mt8195/Makefile.inc: Remove path to non-existent folder The directory src/vendorcode/mediatek/mt8195/dramc/include never existed, and was added in commit b0b8dc37 (vendor/mediatek: Add MT8195 dram initialization code). Found using 'Wmissing-include-dirs' command option. Change-Id: Iec349e816a1b646f1ea5fa1db13e05a78ffe1af8 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70464 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/vendorcode/mediatek/mt8195/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendorcode/mediatek/mt8195/Makefile.inc b/src/vendorcode/mediatek/mt8195/Makefile.inc index 0873ae3b2d..f5ce6ee3b6 100644 --- a/src/vendorcode/mediatek/mt8195/Makefile.inc +++ b/src/vendorcode/mediatek/mt8195/Makefile.inc @@ -2,5 +2,5 @@ subdirs-y += dramc CPPFLAGS_common += -Isrc/soc/mediatek/mt8195/include CPPFLAGS_common += -Isrc/soc/mediatek/common/include -CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8195/dramc/include -Isrc/vendorcode/mediatek/mt8195/include +CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8195/include CPPFLAGS_common += -DFOR_COREBOOT