blob: b4ab8a403cecb744800122cfa9b72e2f4d722618 (
plain)
1
2
3
4
5
6
7
8
|
bootblock-y += bootblock.c
# 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
ramstage-y += mainboard.c
|