blob: 8c4c66311387792da2593f5fbe3700273c0e0b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
bootblock-y += dmtimer.c
bootblock-y += nand.c
bootblock-$(CONFIG_EARLY_CONSOLE) += uart.c
romstage-y += nand.c
romstage-y += uart.c
ramstage-y += dmtimer.c
ramstage-y += monotonic_timer.c
ramstage-y += nand.c
ramstage-y += timer.c
ramstage-y += uart.c
|