summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/octopus/variants/fleex/Makefile.mk
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 16:09:11 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 11:54:06 +0000
commit03d509ff0065f8a6289d614f5b8189f008dbc206 (patch)
treeb90318c4d5d021a904db9cebf9ef735e40f68527 /src/mainboard/google/octopus/variants/fleex/Makefile.mk
parent0fbd20e58f5e73fb531fbb8dbb6089c607262122 (diff)
downloadcoreboot-03d509ff0065f8a6289d614f5b8189f008dbc206.tar.gz
coreboot-03d509ff0065f8a6289d614f5b8189f008dbc206.tar.bz2
coreboot-03d509ff0065f8a6289d614f5b8189f008dbc206.zip
mb/google/oak to rex: 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: I85cda24aa7dec82d23e8a321dac03ec737f4c503 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80108 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/mainboard/google/octopus/variants/fleex/Makefile.mk')
-rw-r--r--src/mainboard/google/octopus/variants/fleex/Makefile.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/fleex/Makefile.mk b/src/mainboard/google/octopus/variants/fleex/Makefile.mk
new file mode 100644
index 000000000000..ac62f6b7bae1
--- /dev/null
+++ b/src/mainboard/google/octopus/variants/fleex/Makefile.mk
@@ -0,0 +1,11 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+bootblock-y += gpio.c
+
+romstage-y += gpio.c
+
+ramstage-y += gpio.c
+
+ramstage-y += variant.c
+
+smm-y += variant.c