From b88d90c5a41d7e596002a398cc36f97e763673a4 Mon Sep 17 00:00:00 2001
From: Martin Roth <gaumless@gmail.com>
Date: Thu, 18 Jan 2024 16:04:50 -0700
Subject: mb/google/daisy to foster: Rename Makefiles from .inc to .mk
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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: I134acc26c0a79d974a6dd0a3b257f961db7e2d86
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80106
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
---
 src/mainboard/google/dedede/variants/bugzzy/Makefile.mk | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/mainboard/google/dedede/variants/bugzzy/Makefile.mk

(limited to 'src/mainboard/google/dedede/variants/bugzzy/Makefile.mk')

diff --git a/src/mainboard/google/dedede/variants/bugzzy/Makefile.mk b/src/mainboard/google/dedede/variants/bugzzy/Makefile.mk
new file mode 100644
index 0000000000..74121943dd
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/bugzzy/Makefile.mk
@@ -0,0 +1,6 @@
+## SPDX-License-Identifier: GPL-2.0-or-later
+
+ramstage-y += gpio.c
+ramstage-y += ramstage.c
+
+smm-y += variant.c
-- 
cgit v1.2.3