1 ## SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y
+= bootblock.c
5 # The inclusion of romstage.c is not necessary here.
6 # It is put down only to the better understanding.
7 # The file is already included over src/arch/x86/Makefile.mk.
8 romstage-y
+= romstage.c
10 ramstage-y
+= mainboard.c
12 all-
$(CONFIG_NC_FPGA_POST_CODE
) += post.c
14 subdirs-y
+= variants
/baseboard
15 CPPFLAGS_common
+= -I
$(src
)/mainboard
/$(MAINBOARDDIR
)/variants
/baseboard
/include
17 subdirs-y
+= variants
/$(VARIANT_DIR
)