blob: 8ee85aff936ce5d87bf03de33abfb17dc92e7e63 [file] [log] [blame]
Martin Roth8ebd8cc2023-08-04 12:16:41 -06001## SPDX-License-Identifier: GPL-2.0-only
2
Aaron Durbin10d67cb2016-09-02 16:56:03 -05003bootblock-y += gpio.c
4
Matt DeVillier40c8cc92022-12-20 16:20:18 -06005romstage-y += gpio.c
Aaron Durbind94967d2016-09-02 19:53:46 -05006romstage-y += memory.c
Aaron Durbin10d67cb2016-09-02 16:56:03 -05007
Aaron Durbin10d67cb2016-09-02 16:56:03 -05008ramstage-y += gpio.c
Aaron Durbin8db1f8d2016-09-02 20:19:59 -05009ramstage-y += nhlt.c
Aaron Durbin10d67cb2016-09-02 16:56:03 -050010
11smm-y += gpio.c