blob: 37b6c74f35da536b5d41162c0c24df4666ec1bc9 [file] [log] [blame]
Martin Roth8ebd8cc2023-08-04 12:16:41 -06001## SPDX-License-Identifier: GPL-2.0-only
2
Mario Scheithauer092db952017-01-31 15:45:13 +01003bootblock-y += bootblock.c
4
Mario Scheithauer08530552017-03-14 14:27:29 +01005# The inclusion of romstage.c is not necessary here.
6# It is put down only to the better understanding.
Martin Roth659f97c2024-01-18 19:06:14 -07007# The file is already included over src/arch/x86/Makefile.mk.
Mario Scheithauer08530552017-03-14 14:27:29 +01008romstage-y += romstage.c
9
Mario Scheithauer092db952017-01-31 15:45:13 +010010ramstage-y += mainboard.c
Mario Scheithauerd127be12018-04-23 10:55:39 +020011
Jan Samek9d671422023-01-19 14:05:50 +010012all-$(CONFIG_NC_FPGA_POST_CODE) += post.c
13
Mario Scheithauerd127be12018-04-23 10:55:39 +020014subdirs-y += variants/baseboard
15CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
16
17subdirs-y += variants/$(VARIANT_DIR)