diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-03 13:45:33 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 16:25:18 +0000 |
commit | f0b5e91b1b76c6034750cfdd45f149cba12aab5e (patch) | |
tree | d1d6b09750565c3c9a9082aef9d43c6c65621183 /src/mainboard/google/slippy/Makefile.inc | |
parent | 91aae2e0bc074a3dba475f6fab8612d1a8842e57 (diff) | |
download | coreboot-f0b5e91b1b76c6034750cfdd45f149cba12aab5e.tar.xz |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43102
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/google/slippy/Makefile.inc')
-rw-r--r-- | src/mainboard/google/slippy/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |