aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/opencellular/elgon/Makefile.inc
blob: c938289db8632786a51f745cb8fb8c0260afea58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += bootblock.c
bootblock-y += death.c

romstage-y += romstage.c
romstage-y += bdk_devicetree.c
romstage-y += death.c

ramstage-y += mainboard.c
ramstage-y += bdk_devicetree.c
ramstage-y += death.c

verstage-y += death.c