blob: d5e133a9ec72fc5444472d6bf970411612fd78f4 [file] [log] [blame]
Martin Roth8ebd8cc2023-08-04 12:16:41 -06001## SPDX-License-Identifier: GPL-2.0-only
2
Jon Murphy8d23d462023-02-23 13:47:44 -07003bootblock-y += gpio.c
4
Jon Murphy4a44f6a2023-05-03 21:13:00 -06005ramstage-$(CONFIG_FW_CONFIG) += fw_config.c
Jon Murphy8d23d462023-02-23 13:47:44 -07006ramstage-y += gpio.c
Jon Murphy13456632023-03-29 15:55:32 -06007
Jon Murphy0f1826e2023-03-29 19:07:06 -06008romstage-y += gpio.c
Jon Murphyfd7f5152023-04-06 23:15:03 -06009
Karthikeyan Ramasubramanian5b5ee582023-06-01 15:33:50 -060010verstage-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += gpio.c
Jon Murphy0f1826e2023-03-29 19:07:06 -060011
Jon Murphy13456632023-03-29 15:55:32 -060012smm-y += smihandler.c