summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/thatcher/Makefile.inc
blob: 549801d78f1248a156f1e78ab696fd3b212281f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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