1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += gpio.c 4 5ramstage-y += gpio.c 6ramstage-y += nhlt.c 7 8smm-y += smihandler.c 9