summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/spike-riscv/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 15:52:48 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 10:17:55 +0000
commit3d606cffb115bbb541eea1713092e4472a5a6923 (patch)
tree84f1fe10c5da876c5552acf0685637aecb4eea27 /src/mainboard/emulation/spike-riscv/Makefile.inc
parent354389365bac2c972749b9fc4fd21c6cd953cb59 (diff)
downloadcoreboot-3d606cffb115bbb541eea1713092e4472a5a6923.tar.gz
coreboot-3d606cffb115bbb541eea1713092e4472a5a6923.tar.bz2
coreboot-3d606cffb115bbb541eea1713092e4472a5a6923.zip
mb/51nb to mb/gigabyte: 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: I422cb475723006ca42be93508fb0bf4b1e4e84d3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80104 Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/emulation/spike-riscv/Makefile.inc')
-rw-r--r--src/mainboard/emulation/spike-riscv/Makefile.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/emulation/spike-riscv/Makefile.inc b/src/mainboard/emulation/spike-riscv/Makefile.inc
deleted file mode 100644
index fc5a7b32d086..000000000000
--- a/src/mainboard/emulation/spike-riscv/Makefile.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-bootblock-y += uart.c
-bootblock-y += rom_media.c
-bootblock-y += clint.c
-romstage-y += romstage.c
-romstage-y += uart.c
-romstage-y += rom_media.c
-romstage-y += clint.c
-ramstage-y += uart.c
-ramstage-y += rom_media.c
-ramstage-y += clint.c