summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/pm/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 10:52:37 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 10:01:54 +0000
commitb731550236e531552a5855bf32af644316cb9fe4 (patch)
tree52d71bfad2915b707161a4c2feef519900e081d6 /src/soc/amd/common/block/pm/Makefile.inc
parent8b1aa3887665f4394f27283646c63a8cb437f137 (diff)
downloadcoreboot-b731550236e531552a5855bf32af644316cb9fe4.tar.gz
coreboot-b731550236e531552a5855bf32af644316cb9fe4.tar.bz2
coreboot-b731550236e531552a5855bf32af644316cb9fe4.zip
soc/amd/*: 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: Ie449267fe4fdd75110f577e1b9f748cd06140950 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80071 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/soc/amd/common/block/pm/Makefile.inc')
-rw-r--r--src/soc/amd/common/block/pm/Makefile.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/soc/amd/common/block/pm/Makefile.inc b/src/soc/amd/common/block/pm/Makefile.inc
deleted file mode 100644
index cae40994f9f8..000000000000
--- a/src/soc/amd/common/block/pm/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-all_x86-$(CONFIG_SOC_AMD_COMMON_BLOCK_RESET) += reset.c
-
-bootblock-$(CONFIG_SOC_AMD_COMMON_BLOCK_PM) += pmlib.c
-
-romstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE) += chipset_state.c
-
-smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE) += chipset_state.c