xref: /aosp_15_r20/external/coreboot/src/mainboard/opencellular/elgon/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3bootblock-y += bootblock.c
4bootblock-y += death.c
5
6romstage-y += romstage.c
7romstage-y += bdk_devicetree.c
8romstage-y += death.c
9
10ramstage-y += mainboard.c
11ramstage-y += bdk_devicetree.c
12ramstage-y += death.c
13
14verstage-y += death.c
15