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-01-31 15:45:13 +01:00
|
|
|
ramstage-y += mainboard.c
|
2018-04-23 10:55:39 +02:00
|
|
|
|
|
|
|
subdirs-y += variants/baseboard
|
|
|
|
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
|
|
|
|
|
|
|
|
subdirs-y += variants/$(VARIANT_DIR)
|
|
|
|
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|