src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / roda / rv11 / Makefile.inc
blobdf1877d0a9e3faa69b1b22bc1bf47e32963ce919
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 bootblock-y += gpio.c
8 romstage-y += gpio.c
10 bootblock-y += variants/$(VARIANT_DIR)/early_init.c
11 romstage-y += variants/$(VARIANT_DIR)/early_init.c
12 ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads
14 CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
15 bootblock-y += early_init.c
16 romstage-y += early_init.c