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: Icfdadfa6705a64655b38aca25be0818ec26429f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80110 Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
13 lines
374 B
Makefile
13 lines
374 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
romstage-y += spd_util.c
|
|
|
|
SPD_SOURCES = rvp3 # 0b000 Dual Channel 4GB
|
|
SPD_SOURCES += empty # 0b001
|
|
SPD_SOURCES += empty # 0b010
|
|
SPD_SOURCES += empty # 0b011
|
|
SPD_SOURCES += empty # 0b100
|
|
SPD_SOURCES += empty # 0b101
|
|
SPD_SOURCES += hynix_dimm_H9CCNNNBJTMLAR # 0b110 Dual Channel 8GB
|
|
SPD_SOURCES += empty # 0b111
|