diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 13:06:28 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 10:03:21 +0000 |
commit | ff96f4e77edf2090b9bd4e52ea456029573e624d (patch) | |
tree | f2e46ee591c087a7f9aed69b63623f6e5b6768bb /src/superio/winbond | |
parent | 8b122600c4689e05b5fb94c7559a734596f54fdd (diff) |
superio: 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: I41191f6971bdd8ecff2c56f4bfa2b57c87530b83
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80076
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/superio/winbond')
-rw-r--r-- | src/superio/winbond/Makefile.mk (renamed from src/superio/winbond/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83627dhg/Makefile.mk (renamed from src/superio/winbond/w83627dhg/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83627ehg/Makefile.mk (renamed from src/superio/winbond/w83627ehg/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83627hf/Makefile.mk (renamed from src/superio/winbond/w83627hf/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83627thg/Makefile.mk (renamed from src/superio/winbond/w83627thg/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83627uhg/Makefile.mk (renamed from src/superio/winbond/w83627uhg/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83667hg-a/Makefile.mk (renamed from src/superio/winbond/w83667hg-a/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/w83977tf/Makefile.mk (renamed from src/superio/winbond/w83977tf/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/superio/winbond/wpcd376i/Makefile.mk (renamed from src/superio/winbond/wpcd376i/Makefile.inc) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/src/superio/winbond/Makefile.inc b/src/superio/winbond/Makefile.mk index f8ac8ac3c3..f8ac8ac3c3 100644 --- a/src/superio/winbond/Makefile.inc +++ b/src/superio/winbond/Makefile.mk diff --git a/src/superio/winbond/w83627dhg/Makefile.inc b/src/superio/winbond/w83627dhg/Makefile.mk index e2d806bf82..e2d806bf82 100644 --- a/src/superio/winbond/w83627dhg/Makefile.inc +++ b/src/superio/winbond/w83627dhg/Makefile.mk diff --git a/src/superio/winbond/w83627ehg/Makefile.inc b/src/superio/winbond/w83627ehg/Makefile.mk index e94193f352..e94193f352 100644 --- a/src/superio/winbond/w83627ehg/Makefile.inc +++ b/src/superio/winbond/w83627ehg/Makefile.mk diff --git a/src/superio/winbond/w83627hf/Makefile.inc b/src/superio/winbond/w83627hf/Makefile.mk index ea23cfdf37..ea23cfdf37 100644 --- a/src/superio/winbond/w83627hf/Makefile.inc +++ b/src/superio/winbond/w83627hf/Makefile.mk diff --git a/src/superio/winbond/w83627thg/Makefile.inc b/src/superio/winbond/w83627thg/Makefile.mk index 57b7628afb..57b7628afb 100644 --- a/src/superio/winbond/w83627thg/Makefile.inc +++ b/src/superio/winbond/w83627thg/Makefile.mk diff --git a/src/superio/winbond/w83627uhg/Makefile.inc b/src/superio/winbond/w83627uhg/Makefile.mk index 7b5b621bac..7b5b621bac 100644 --- a/src/superio/winbond/w83627uhg/Makefile.inc +++ b/src/superio/winbond/w83627uhg/Makefile.mk diff --git a/src/superio/winbond/w83667hg-a/Makefile.inc b/src/superio/winbond/w83667hg-a/Makefile.mk index bd9468b54b..bd9468b54b 100644 --- a/src/superio/winbond/w83667hg-a/Makefile.inc +++ b/src/superio/winbond/w83667hg-a/Makefile.mk diff --git a/src/superio/winbond/w83977tf/Makefile.inc b/src/superio/winbond/w83977tf/Makefile.mk index 3e29122c56..3e29122c56 100644 --- a/src/superio/winbond/w83977tf/Makefile.inc +++ b/src/superio/winbond/w83977tf/Makefile.mk diff --git a/src/superio/winbond/wpcd376i/Makefile.inc b/src/superio/winbond/wpcd376i/Makefile.mk index e8e5e72a58..e8e5e72a58 100644 --- a/src/superio/winbond/wpcd376i/Makefile.inc +++ b/src/superio/winbond/wpcd376i/Makefile.mk |