Felix Singer submitted this change.

View Change



3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Michael Niewöhner: Looks good to me, approved Maximilian Brune: Looks good to me, approved
acpi,arch,commonlib: Rename Makefiles from .inc to .mk

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 <gaumless@gmail.com>
Change-Id: Ice5dadd3eaadfa9962225520a3a75b05b44518ca
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80066
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
---
R src/acpi/Makefile.mk
R src/arch/arm/Makefile.mk
R src/arch/arm/armv4/Makefile.mk
R src/arch/arm/armv7/Makefile.mk
R src/arch/arm/libgcc/Makefile.mk
R src/arch/arm64/Makefile.mk
R src/arch/arm64/armv8/Makefile.mk
R src/arch/ppc64/Makefile.mk
R src/arch/riscv/Makefile.mk
R src/arch/x86/Makefile.mk
R src/commonlib/Makefile.mk
R src/commonlib/storage/Makefile.mk
12 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/acpi/Makefile.inc b/src/acpi/Makefile.mk
similarity index 100%
rename from src/acpi/Makefile.inc
rename to src/acpi/Makefile.mk
diff --git a/src/arch/arm/Makefile.inc b/src/arch/arm/Makefile.mk
similarity index 100%
rename from src/arch/arm/Makefile.inc
rename to src/arch/arm/Makefile.mk
diff --git a/src/arch/arm/armv4/Makefile.inc b/src/arch/arm/armv4/Makefile.mk
similarity index 100%
rename from src/arch/arm/armv4/Makefile.inc
rename to src/arch/arm/armv4/Makefile.mk
diff --git a/src/arch/arm/armv7/Makefile.inc b/src/arch/arm/armv7/Makefile.mk
similarity index 100%
rename from src/arch/arm/armv7/Makefile.inc
rename to src/arch/arm/armv7/Makefile.mk
diff --git a/src/arch/arm/libgcc/Makefile.inc b/src/arch/arm/libgcc/Makefile.mk
similarity index 100%
rename from src/arch/arm/libgcc/Makefile.inc
rename to src/arch/arm/libgcc/Makefile.mk
diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.mk
similarity index 100%
rename from src/arch/arm64/Makefile.inc
rename to src/arch/arm64/Makefile.mk
diff --git a/src/arch/arm64/armv8/Makefile.inc b/src/arch/arm64/armv8/Makefile.mk
similarity index 100%
rename from src/arch/arm64/armv8/Makefile.inc
rename to src/arch/arm64/armv8/Makefile.mk
diff --git a/src/arch/ppc64/Makefile.inc b/src/arch/ppc64/Makefile.mk
similarity index 100%
rename from src/arch/ppc64/Makefile.inc
rename to src/arch/ppc64/Makefile.mk
diff --git a/src/arch/riscv/Makefile.inc b/src/arch/riscv/Makefile.mk
similarity index 100%
rename from src/arch/riscv/Makefile.inc
rename to src/arch/riscv/Makefile.mk
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.mk
similarity index 100%
rename from src/arch/x86/Makefile.inc
rename to src/arch/x86/Makefile.mk
diff --git a/src/commonlib/Makefile.inc b/src/commonlib/Makefile.mk
similarity index 100%
rename from src/commonlib/Makefile.inc
rename to src/commonlib/Makefile.mk
diff --git a/src/commonlib/storage/Makefile.inc b/src/commonlib/storage/Makefile.mk
similarity index 100%
rename from src/commonlib/storage/Makefile.inc
rename to src/commonlib/storage/Makefile.mk

To view, visit change 80066. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ice5dadd3eaadfa9962225520a3a75b05b44518ca
Gerrit-Change-Number: 80066
Gerrit-PatchSet: 5
Gerrit-Owner: Martin L Roth <gaumless@gmail.com>
Gerrit-Reviewer: Cliff Huang <cliff.huang@intel.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella@intel.com>
Gerrit-Reviewer: Lance Zhao <lance.zhao@gmail.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune@9elements.com>
Gerrit-Reviewer: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Reviewer: Philipp Hug <philipp@hug.cx>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-MessageType: merged