blob: ada29aa0d1c3f0048e9b53a2724c9ccceacb3f20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
ramstage-y += memlayout.ld
ramstage-y += chromeos.c
ramstage-y += reset.c
|