1# SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += bootblock.c 4 5romstage-y += BiosCallOuts.c 6romstage-y += OemCustomize.c 7romstage-y += gpio_ftns.c 8 9ramstage-y += BiosCallOuts.c 10ramstage-y += OemCustomize.c 11ramstage-y += gpio_ftns.c 12 13# Order of names in SPD_SOURCES is important! 14SPD_SOURCES = HYNIX-2G-1333 15SPD_SOURCES += HYNIX-4G-1333-ECC 16 17subdirs-y += variants/$(VARIANT_DIR) 18