diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-07 08:03:34 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-09 17:08:32 +0000 |
commit | 1d99076c7d400135a294f16d157f998630c45e3d (patch) | |
tree | 08703e615bffb47dfee5d3ed0b18862598fcedf6 | |
parent | 478da724be794b0cebeaec52d2309818d8fad99f (diff) |
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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70398
Reviewed-by: Xixi Chen <xixi.chen@mediatek.corp-partner.google.com>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/vendorcode/mediatek/mt8192/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |