summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/geralt/Makefile.inc
blob: e954309e2a5fee5b19ff22d25a3bc10f1d336534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += memlayout.ld
bootblock-y += bootblock.c
bootblock-y += chromeos.c
bootblock-$(CONFIG_VBOOT_CBFS_INTEGRATION) += reset.c

verstage-y += memlayout.ld
verstage-y += chromeos.c
verstage-y += reset.c
verstage-y += verstage.c

romstage-y += memlayout.ld
romstage-y += chromeos.c
romstage-y += regulator.c
romstage-y += reset.c
romstage-y += romstage.c
romstage-y += sdram_configs.c

ramstage-y += memlayout.ld
ramstage-y += boardid.c
ramstage-y += chromeos.c
ramstage-y += mainboard.c
ramstage-y += panel.c
ramstage-y += regulator.c
ramstage-y += reset.c
ramstage-$(CONFIG_BOARD_GOOGLE_GERALT) += panel_geralt.c