diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 15:33:45 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 10:04:33 +0000 |
commit | 367fff56faaff6fca27240f481c6c0a40113d68b (patch) | |
tree | fd8e4ab82b710b4df37fd194e53608b1e23cc63a /src/drivers/ti | |
parent | af880447028ae532428224097ca171a3e729afd4 (diff) |
driver/parade to /driver/wwan: 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: I8cf3d2e2cd1b6ebe4e941ad64f27698379fef696
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80080
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/ti')
-rw-r--r-- | src/drivers/ti/sn65dsi86bridge/Makefile.mk (renamed from src/drivers/ti/sn65dsi86bridge/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/drivers/ti/tps65090/Makefile.mk (renamed from src/drivers/ti/tps65090/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/drivers/ti/tps65913/Makefile.mk (renamed from src/drivers/ti/tps65913/Makefile.inc) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/drivers/ti/sn65dsi86bridge/Makefile.inc b/src/drivers/ti/sn65dsi86bridge/Makefile.mk index b146fe363c..b146fe363c 100644 --- a/src/drivers/ti/sn65dsi86bridge/Makefile.inc +++ b/src/drivers/ti/sn65dsi86bridge/Makefile.mk diff --git a/src/drivers/ti/tps65090/Makefile.inc b/src/drivers/ti/tps65090/Makefile.mk index 26f5b501f5..26f5b501f5 100644 --- a/src/drivers/ti/tps65090/Makefile.inc +++ b/src/drivers/ti/tps65090/Makefile.mk diff --git a/src/drivers/ti/tps65913/Makefile.inc b/src/drivers/ti/tps65913/Makefile.mk index acadae9282..acadae9282 100644 --- a/src/drivers/ti/tps65913/Makefile.inc +++ b/src/drivers/ti/tps65913/Makefile.mk |