xref: /aosp_15_r20/external/coreboot/src/mainboard/pcengines/apu2/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3bootblock-y += bootblock.c
4
5romstage-y += BiosCallOuts.c
6romstage-y += OemCustomize.c
7romstage-y += gpio_ftns.c
8
9ramstage-y += BiosCallOuts.c
10ramstage-y += OemCustomize.c
11ramstage-y += gpio_ftns.c
12
13# Order of names in SPD_SOURCES is important!
14SPD_SOURCES  = HYNIX-2G-1333
15SPD_SOURCES += HYNIX-4G-1333-ECC
16
17subdirs-y += variants/$(VARIANT_DIR)
18