summaryrefslogtreecommitdiff
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.inc10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/mainboard/prodrive/hermes/Makefile.inc b/src/mainboard/prodrive/hermes/Makefile.inc
index d13b50aff7..caaddec7be 100644
--- a/src/mainboard/prodrive/hermes/Makefile.inc
+++ b/src/mainboard/prodrive/hermes/Makefile.inc
@@ -1,16 +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
+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
-
-ramstage-$(CONFIG_AZALIA_PLUGIN_SUPPORT) += variants/baseboard/hda_verb.c
-ramstage-$(CONFIG_AZALIA_PLUGIN_SUPPORT) += variants/r04/hda_verb.c