coreboot-kgpe-d16/payloads/libpayload/arch/arm64
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
Makefile.mk payloads: Rename Makefiles from .inc to .mk 2024-01-24 10:15:10 +00:00
cache.c
coreboot.c
cpu.S
dummy_media.c
exception.c
exception_asm.S
gdb.c
head.S libpayload: Fix the stack and data labels 2023-12-01 02:20:29 +00:00
libpayload.ldscript libpayload: Move back the ttb_buffer section 2024-01-11 21:02:30 +00:00
main.c
memcpy.S
memmove.S
memset.S
mmu.c libpayload/arch/arm64/mmu: Specify ttb_buffer section name explicitly 2024-01-22 12:20:58 +00:00
selfboot.c
sysinfo.c
timer.c
util.S
virtual.c