blob: a5914475e886eeb694b9efd4aa8190f51c9088bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fixme.c
ramstage-y += fixme.c
ramstage-y += chip_name.c
ramstage-y += model_15_init.c
smm-y += udelay.c
subdirs-y += ../../mtrr
subdirs-y += ../../smm
|