coreboot-kgpe-d16/payloads/libpayload/libcbfs
Martin Roth 354389365b payloads: 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: Ie7038712de8cc646632d5e7d29550e3260bf2c62
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80103
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-01-24 10:15:10 +00:00
..
Kconfig libpayload/libcbfs/Kconfig: Make CBFS_VERIFICATION depend on VBOOT_LIB 2022-01-14 00:30:41 +00:00
Makefile.mk payloads: Rename Makefiles from .inc to .mk 2024-01-24 10:15:10 +00:00
cbfs.c libpayload/libcbfs: Add VBOOT_CBFS_INTEGRATION support 2023-09-18 15:43:45 +00:00
cbfs_core.c libpayload: Fix legacy CBFS code after recent refactoring 2022-01-14 00:41:13 +00:00
cbfs_legacy.c libpayload: Fix legacy CBFS code after recent refactoring 2022-01-14 00:41:13 +00:00
ram_media.c