1## SPDX-License-Identifier: GPL-2.0-or-later 2## 3 4SPD_SOURCES = LP_8G_2133 # 0b0000 5SPD_SOURCES += LP_16G_2133 # 0b0001 6 7romstage-y += memory.c 8bootblock-y += gpio.c 9 10ramstage-y += gpio.c 11