blob: 9933121e52244e4c10ba57752a843e8f63f714cc [file] [log] [blame]
Morris Hsu801b8df2023-09-23 10:38:37 +08001# SPDX-License-Identifier: GPL-2.0-only
Morris Hsuded03d52023-09-25 10:39:31 +08002bootblock-y += gpio.c
3
4romstage-y += gpio.c
Morris Hsu801b8df2023-09-23 10:38:37 +08005romstage-y += memory.c
Morris Hsuded03d52023-09-25 10:39:31 +08006
7ramstage-y += gpio.c
Morris Hsu2fa482d2023-10-03 14:17:13 +08008ramstage-$(CONFIG_FW_CONFIG) += variant.c
9ramstage-$(CONFIG_FW_CONFIG) += fw_config.c