blob: 124e3806ffda2ad1060ad2a7403b99dd7dcde6c2 [file] [log] [blame]
Mario Scheithauer092db952017-01-31 15:45:13 +01001bootblock-y += bootblock.c
2
Mario Scheithauer08530552017-03-14 14:27:29 +01003# 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.
6romstage-y += romstage.c
7
Mario Scheithauer092db952017-01-31 15:45:13 +01008ramstage-y += mainboard.c
Mario Scheithauerd127be12018-04-23 10:55:39 +02009
Jan Samek9d671422023-01-19 14:05:50 +010010all-$(CONFIG_NC_FPGA_POST_CODE) += post.c
11
Mario Scheithauerd127be12018-04-23 10:55:39 +020012subdirs-y += variants/baseboard
13CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
14
15subdirs-y += variants/$(VARIANT_DIR)