1 bootblock-y += bootblock.c
3 # The inclusion of romstage.c is not necessary here.
4 # It is put down only to the better understanding.
5 # The file is already included over src/arch/x86/Makefile.inc.
6 romstage-y += romstage.c
8 ramstage-y += mainboard.c
10 subdirs-y += variants/baseboard
11 CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
13 subdirs-y += variants/$(VARIANT_DIR)
14 CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include