src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / opencellular / elgon / Makefile.inc
blob7b733a55874a6546615fe3d8705f05a83950fd91
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 bootblock-y += bootblock.c
8 bootblock-y += memlayout.ld
9 bootblock-y += death.c
11 romstage-y += memlayout.ld
12 romstage-y += romstage.c
13 romstage-y += bdk_devicetree.c
14 romstage-y += death.c
16 ramstage-y += mainboard.c
17 ramstage-y += memlayout.ld
18 ramstage-y += bdk_devicetree.c
19 ramstage-y += death.c
21 verstage-y += memlayout.ld
22 verstage-y += death.c