blob: 49e2b1f31e0b3a859fdc2021fb523eadf77b14f3 [file] [log] [blame]
Gabe Black396b0722013-09-26 16:22:09 -07001bootblock-y += cbfs.c
2
3romstage-y += cbfs.c
4romstage-y += monotonic_timer.c
5romstage-y += timer.c
6
7ramstage-y += cbfs.c
8ramstage-y += monotonic_timer.c
9ramstage-y += timer.c