aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-h61m-series/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-03-21 22:34:44 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-30 08:55:19 +0000
commit991ee05de9fedc15f178660e0cac0b46e783525e (patch)
treec8bfd967763942cb684687dda8a4e0239142297c /src/mainboard/gigabyte/ga-h61m-series/Makefile.inc
parent0c0b16ac9e8ae62533f3029aa1a9f33506222dce (diff)
mb/gigabyte/ga-h61m-s2pv: rename to ga-h61m-series
It is not a single mainboard anymore, it's actually three variants. Change-Id: I66f1239abadd8bf93269d6d4617329dc4b925e8d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39743 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-series/Makefile.inc')
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-series/Makefile.inc b/src/mainboard/gigabyte/ga-h61m-series/Makefile.inc
new file mode 100644
index 0000000000..9916927d25
--- /dev/null
+++ b/src/mainboard/gigabyte/ga-h61m-series/Makefile.inc
@@ -0,0 +1,7 @@
+bootblock-y += variants/$(VARIANT_DIR)/gpio.c
+romstage-y += variants/$(VARIANT_DIR)/gpio.c
+
+ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c
+ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
+bootblock-y += early_init.c
+romstage-y += early_init.c