From f0b5e91b1b76c6034750cfdd45f149cba12aab5e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 3 Jul 2020 13:45:33 +0200 Subject: mb/google/slippy: Put GPIOs in a C file This will allow dropping the pointer inside romstage_params. Change-Id: Iec6dac1a271b22d6c09b4064a9e8a310e57026a6 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/43102 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick --- src/mainboard/google/slippy/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/slippy/Makefile.inc') diff --git a/src/mainboard/google/slippy/Makefile.inc b/src/mainboard/google/slippy/Makefile.inc index e652dac2d9..8f75d72b15 100644 --- a/src/mainboard/google/slippy/Makefile.inc +++ b/src/mainboard/google/slippy/Makefile.inc @@ -7,6 +7,7 @@ ramstage-$(CONFIG_CHROMEOS) += chromeos.c smm-y += smihandler.c +romstage-y += variants/$(VARIANT_DIR)/gpio.c romstage-y += variants/$(VARIANT_DIR)/romstage.c subdirs-y += variants/$(VARIANT_DIR) -- cgit v1.2.3