2017-01-31 15:45:13 +01:00
|
|
|
bootblock-y += bootblock.c
|
|
|
|
|
2017-03-14 14:27:29 +01:00
|
|
|
# The inclusion of romstage.c is not necessary here.
|
|
|
|
# It is put down only to the better understanding.
|
|
|
|
# The file is already included over src/arch/x86/Makefile.inc.
|
|
|
|
romstage-y += romstage.c
|
2017-03-27 13:25:57 +02:00
|
|
|
romstage-y += gpio.c
|
2017-03-14 14:27:29 +01:00
|
|
|
|
2017-01-31 15:45:13 +01:00
|
|
|
ramstage-y += mainboard.c
|
2017-03-27 13:25:57 +02:00
|
|
|
ramstage-y += gpio.c
|
2017-03-29 17:09:37 +02:00
|
|
|
ramstage-y += ptn3460.c
|