# # This file is part of the coreboot project. # # # SPDX-License-Identifier: GPL-2.0-only bootblock-y += bootblock.c romstage-y += buildOpts.c romstage-y += BiosCallOuts.c romstage-y += OemCustomize.c ramstage-y += buildOpts.c ramstage-y += BiosCallOuts.c ramstage-y += OemCustomize.c