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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70464
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
200f8f7ec8
commit
3d1b2db1af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue