blob: 5595937af7d68145cfc750158a4a85ef341ca748 [file] [log] [blame]
Martin Roth8ebd8cc2023-08-04 12:16:41 -06001## SPDX-License-Identifier: GPL-2.0-only
2
Tyler Wang4ce6ef92023-05-31 17:08:05 +08003bootblock-y += gpio.c
Tyler Wang4ce6ef92023-05-31 17:08:05 +08004romstage-y += gpio.c
Tyler Wang77d8e0b2023-09-05 14:21:19 +08005ramstage-$(CONFIG_FW_CONFIG) += fw_config.c
Tyler Wang4ce6ef92023-05-31 17:08:05 +08006ramstage-y += gpio.c
YH Linb5b79c82023-09-29 09:43:25 -07007ramstage-y += variant.c