blob: e4641b977e283642e07bb83067cfa2e13c566378 [file] [log] [blame]
Matt DeVillier45b1da32022-09-07 17:21:01 -05001## SPDX-License-Identifier: GPL-2.0-only
2
3bootblock-y += gpio.c
4
5romstage-y += gpio.c
6romstage-y += memory.c
7
8ramstage-y += gpio.c
9ramstage-y += mainboard.c
10
11verstage-y += gpio.c
12
13smm-y += gpio.c