blob: d8fce0a6ebc69a5a7ff43d4fd1fd30d23f26781f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
bootblock-y += gpio.c
bootblock-y += helpers.c
romstage-y += helpers.c
romstage-y += tpm_tis.c
romstage-y += gpio.c
ramstage-y += gpio.c
ramstage-y += helpers.c
ramstage-y += tpm_tis.c
verstage-y += gpio.c
verstage-y += tpm_tis.c
smm-y += gpio.c
|