aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/opencellular/rotundu/Makefile.inc
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin@das-labor.org>2017-12-18 07:21:57 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-07-28 17:14:27 +0000
commitd31d1f8bd116bfa1313ec1afd32f5866f9405777 (patch)
tree6971a1b260d4716c0fbc4c3d094ee0535aa944a6 /src/mainboard/opencellular/rotundu/Makefile.inc
parentfa1f6ff09e1f308bd34f0d7af71c5022083888ee (diff)
opencellular/rotundu: Introduce variants for OC
* Add Supabrck v1 variant * Modify rotundu base board Change-Id: Id20e9d4ed7ac071d25a69eee63c9ec544d2ad152 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/22924 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
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)