aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kukui/Makefile.inc
blob: a0556c1a63244576b7868edaa13f9e328f8d5195 (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
subdirs-y += sdram_params/

bootblock-y += boardid.c
bootblock-y += bootblock.c
bootblock-y += memlayout.ld
bootblock-y += reset.c
decompressor-y += memlayout.ld

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

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

ramstage-y += boardid.c
ramstage-y += chromeos.c
ramstage-y += mainboard.c
ramstage-y += memlayout.ld
ramstage-y += reset.c