From 4f1786dcacbcb09bd09638616e8aa1b60125d626 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 10:41:47 -0700 Subject: vendorcode: Rename Makefiles from .inc to .mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .inc suffix is confusing to various tools as it's not specific to Makefiles. This means that editors don't recognize the files, and don't open them with highlighting and any other specific editor functionality. This issue is also seen in the release notes generation script where Makefiles get renamed before running cloc. Signed-off-by: Martin Roth Change-Id: I80559b7c86a8fd2583cb0335279f676e0aa0209e Reviewed-on: https://review.coreboot.org/c/coreboot/+/80067 Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Michael Niewöhner Reviewed-by: Erik van den Bogaert --- src/vendorcode/mediatek/mt8195/Makefile.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/vendorcode/mediatek/mt8195/Makefile.mk (limited to 'src/vendorcode/mediatek/mt8195/Makefile.mk') diff --git a/src/vendorcode/mediatek/mt8195/Makefile.mk b/src/vendorcode/mediatek/mt8195/Makefile.mk new file mode 100644 index 0000000000..f5ce6ee3b6 --- /dev/null +++ b/src/vendorcode/mediatek/mt8195/Makefile.mk @@ -0,0 +1,6 @@ +subdirs-y += dramc + +CPPFLAGS_common += -Isrc/soc/mediatek/mt8195/include +CPPFLAGS_common += -Isrc/soc/mediatek/common/include +CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8195/include +CPPFLAGS_common += -DFOR_COREBOOT -- cgit v1.2.3