blob: ae5a20bbf41c2f7f5e5bcd813773d06887e3f1d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += cpu_io_init.c
ramstage-y += chip_name.c
ramstage-y += cpu_io_init.c
ramstage-y += model_16_init.c
ramstage-y += update_microcode.c
subdirs-y += ../../mtrr
|