blob: 4831a3950063e6af59a429f1fe1b9833f9fad217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
bootblock-y += memlayout.ld
bootblock-y += chromeos.c
verstage-y += memlayout.ld
verstage-y += chromeos.c
verstage-y += reset.c
romstage-y += memlayout.ld
romstage-y += chromeos.c
romstage-y += romstage.c
ramstage-y += memlayout.ld
ramstage-y += chromeos.c
ramstage-y += reset.c
|