summaryrefslogtreecommitdiff
path: root/src/mainboard/opencellular/rotundu/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/opencellular/rotundu/Makefile.inc')
-rw-r--r--src/mainboard/opencellular/rotundu/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/opencellular/rotundu/Makefile.inc b/src/mainboard/opencellular/rotundu/Makefile.inc
index 3074df2138..2aee2286f5 100644
--- a/src/mainboard/opencellular/rotundu/Makefile.inc
+++ b/src/mainboard/opencellular/rotundu/Makefile.inc
@@ -13,5 +13,7 @@
## GNU General Public License for more details.
##
-ramstage-y += gpio.c
+ramstage-y += variants/$(VARIANT_DIR)/gpio.c
ramstage-y += irqroute.c
+
+subdirs-y += variants/$(VARIANT_DIR)