summaryrefslogtreecommitdiff
path: root/src/mainboard/prodrive/hermes/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/prodrive/hermes/Makefile.mk')
-rw-r--r--src/mainboard/prodrive/hermes/Makefile.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/hermes/Makefile.mk b/src/mainboard/prodrive/hermes/Makefile.mk
new file mode 100644
index 0000000000..63be66c655
--- /dev/null
+++ b/src/mainboard/prodrive/hermes/Makefile.mk
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+bootblock-y += bootblock.c
+bootblock-y += gpio.c
+
+romstage-y += eeprom.c
+
+ramstage-y += gpio.c
+ramstage-y += ramstage.c
+ramstage-y += mainboard.c
+ramstage-y += eeprom.c
+ramstage-y += smbios.c
+
+$(call add_vbt_to_cbfs, vbt-avalanche.bin, avalanche-data.vbt)