aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/prodrive/hermes/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/prodrive/hermes/Makefile.inc')
-rw-r--r--src/mainboard/prodrive/hermes/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/hermes/Makefile.inc b/src/mainboard/prodrive/hermes/Makefile.inc
new file mode 100644
index 0000000000..2dba6dac76
--- /dev/null
+++ b/src/mainboard/prodrive/hermes/Makefile.inc
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+subdirs-y += variants/$(VARIANT_DIR)
+CPPFLAGS_common += -I$(src)/mainboard/prodrive/hermes/variants/$(VARIANT_DIR)/include
+
+bootblock-y += bootblock.c
+romstage-y += memory.c
+romstage-y += eeprom.c
+
+ramstage-y += ramstage.c
+ramstage-y += mainboard.c
+ramstage-y += eeprom.c