1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += gpio.c 4romstage-y += memory.c 5ramstage-y += gpio.c 6 7all-$(CONFIG_NC_FPGA_POST_CODE) += post.c 8