summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/padmelon/Makefile.inc
blob: 4d378c39abaf025bb1289821116448553f173445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# This file is part of the coreboot project.
#
#
# SPDX-License-Identifier: GPL-2.0-only

bootblock-y += bootblock/bootblock.c
bootblock-y += bootblock/OemCustomize.c
bootblock-y += gpio.c

romstage-y += BiosCallOuts.c
romstage-y += bootblock/OemCustomize.c
romstage-y += OemCustomize.c

ramstage-y += BiosCallOuts.c
ramstage-y += gpio.c
ramstage-y += OemCustomize.c
ramstage-$(CONFIG_SUPERIO_FINTEK_FAN_API_CALL) += fan_init.c